You’ve most likely stumbled on Kubernetes
labels while writing deployment manifests. What are they for and how to use them? As always we’ll see a practical demo to answer these questions. Keep reading to find out more.
Kubernetes Labels Demo

You’ve most likely stumbled on Kubernetes
labels while writing deployment manifests. What are they for and how to use them? As always we’ll see a practical demo to answer these questions. Keep reading to find out more.
You have probably heard of Kubernetes
namespaces. But what are they for? What purpose do they serve? How to use them correctly? Keep reading to find out.
Kubernetes ConfigMaps
provide Kubernetes Pods with configuration information. How to create and use ConfigMaps
? What are Kubernetes ConfigMaps
concepts? Keep reading to find out.
What areKubernetes volumes, their types and concepts behind them? We’ll cover all of that below. In addition, we’ll see practical demo of using Kubernetes volumes.
Kubernetes
services expose apps running as a set of Kubernetes
pods using a single DNS name. In addition, Kubernetes
services provide load balancing between the pods. Of course, I’ll demo how to manage services using kubectl
.Keep reading to find out more.
Kubernetes deployments allow to define and enforce desired state of applications running in Kubernetes. Kubernetes deployments achieve that using ReplicaSets. ReplicaSet guarantees running the desired number of Kubernetes pods. Below, we’ll explore deployments and ReplicaSets concepts. In addition, I’ll demo how to manage them using kubectl
. Keep reading to find out more.
Kubernetes pods are the smallest units of execution in Kubernetes. We’ll explore concepts behind Kubernetes pods and how to manage them using kubectl
. Keep reading to find out more.