All about the topic

Marc Zimmermann

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

RWX with the NFS Ganesha Provisioner

RWX with the NFS Ganesha Provisioner

You have the requirement that your application must scale across multiple nodes for load balancing, but need access to a common PVC? For this purpose, you need a PVC that is ReadWriteMany (RWX)-capable. As part of our Managed Kubernetes Cluster, it is possible to...