Kubernetes – taming PODs

2023-02-01

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

Samba – installation and configuration

2022-12-05
blank

Samba is a free file and printer server that uses the SMB (Server Message Block) protocol. It allows you to create a mixed environment where Windows and Linux computers can use each other’s resources. In this article we will show you how to install and use Samba.

Read more

High Availability in PostgreSQL

2022-08-24
blank

A standard High Availability system should be available 99.999% of the time – it can have 5 minutes and 15.6 seconds of downtime per year. Because of the number of nines, it is called “five nines.” However, there are “six nines” or “seven nines” systems. In this article, we will take a closer look at HA and discuss the types of high availability system architectures in PostgreSQL.

Read more