All about the topic

Fabian Rothlauf

Last post

Kubernetes (K8s) Terms explained in everyday language

Kubernetes (K8s) Terms explained in everyday language

Kubernetes (K8s for short) has become an integral part of modern IT infrastructures. At the same time, many companies and decision-makers shy away from this technology: not only because of the technology itself, but also because of the many unfamiliar terms. In this article, we explain the most important Kubernetes terms in detail and in everyday language. Our aim is to make Kubernetes understandable, tangible and logical. Pod A pod is the smallest unit you can deploy in a Kubernetes...

read more

All contributions

Corosync Cluster with Failover IP

Corosync Cluster with Failover IP

One of the first customer requirements you usually read is: High availability. It has long been the norm to ensure that the project can still be reached without any problems even in the event of partial failures and that single points of failure are avoided. A...