Kubernetes – taming PODs

2023-02-01
blank

In this article, we will answer questions such as how to control where PODs will be launched and how does kube-scheduler work? We will also discuss a number of tools used to determine the relationship of PODs to NODEs: labels, nodeSelector, affinity, and marking tainted NODEs.

Read more

Kubernetes basics – creating first load balancer

2021-05-07
blank

Kubernetes is a portable Open Source platform for managing, automating and scaling container applications. Provides an environment for running highly reliable distributed systems. In this article, we will create our own, self-scalable Kubernetes cluster on a local machine (at no cost). That’s all in the desktop version of Enterprise Linux 8. The article contains three […]

Read more

The basics of containerization – how containers work in Linux

2019-06-04
blank

This article was created to familiarize readers with the issue of containerization. Apart from discussing the most important concepts, I will also present a historical outline. This will allow you to understand that containers, contrary to appearances, are not a new technology. Their present shape is a derivative of an idea that has literally evolved through generations of enthusiasts and creators of operating systems.

Read more