15.07.2026
Kubernetes (also known as K8s) is an open-source platform for deploying, scaling, and managing containerized applications. Originally developed by Google and now maintained by the Cloud Native Computing Foundation, it …
localizationtranslationdocumentationKubernetesk8s
11.05.2026
Git Flow is a popular branching model in Git that helps organize the development process and manage application versions. It was proposed by Vincent Driessen in 2010 and has since become a standard for many development …
gitdevelopmentsemver12f
12.01.2026
In this guide, we will explore the steps to deploy a High Availability (HA) Kubernetes cluster with an external etcd topology on a local machine running macOS. We will use Multipass to create virtual machines, cloud-init …
DevOpsInfrastructureMultipasscloud-initNetplanetcdk8sKubernetes
26.12.2025
This guide contains a detailed description of how to add a static IP address to a Multipass virtual machine on macOS. A general description of how to do this can be found in the official documentation in the Configure …
DevOpsInfrastructureMultipasscloud-initNetplan
12.12.2025
💡 You won’t find such a detailed step-by-step guide in the official Kubernetes documentation! The official docs contain separate recommendations. Here everything is gathered in one place so you can quickly and …
KubernetesContainersOrchestrationDevOpsInfrastructurekubeadmflannelcontainerd
30.10.2025
Wow, you’ve finally done it! After days or even weeks of work — your app is fully Dockerized.
You’ve got a Node.js API, a React frontend, and a Postgres database, all wrapped up nice and neat in their own little …
DockerKubernetesContainersOrchestrationScalingDevOpsInfrastructureAutomationNetworking