You most probably found your way to this blog because you’re interested in some of my posts. You can know what I usually write about by taking a look at the available tags and archives. For more information about me, and how to contact me, the about page is where to start.
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....