Introduction to Kubernetes for application developers

Kubernetes is a highly configurable and complex open-source container orchestration engine. Therefore, it is very easy to feel completely overwhelmed when learning it. The goal of this article is to present the very basic concepts at the core of it while keeping the focus on the development side. Some concepts First, let’s start with some concepts we will play within this article. Kubernetes is running and orchestrating containers. I assume here that you are already familiar with containers, if not, have a look at containers first....

March 13, 2022 · 13 min · Loïc Rouchon