Kubernetes learning series.
- Kubernetes in 7 days? In a week !! This is the introductory series of Kubernetes. Here we have 7 modules along with the demo. In this, we are going through the Kubernetes architecture, pods, deployment, service, volumes, along with the details of corresponding definition files.
- Walking through the pods. Here we are going through the details of pods. Verifying details of the pod, analyzing the pod, connecting to the running containers and many more.
- Play with Deployments Coming soon!
- Journey towards CKAD. Coming soon!
Kubernetes in 7 days? In a week !!!
Kubernetes in 7 days( Seven modules, if you do not have time in your day to day work, spent 10 minutes going through this, so that you will get a basic understanding of Kubernetes in a week time ). The Kubernetes is well documented in kubernetes.io web site but it is little difficult for beginners to get through that documentation. I tried my level best to simplify the concept.
So what are you waiting for? 10 minutes in a day is just the time you normally take for going through some post in your favourite whatsup group.
I found time to prepare all this documentation by avoiding chat in a few of my favourite whatsup group. So no doubt you can make it too!
Introduction to Kubernetes
In this module, we are covering the basic structure of Kubernetes.
Kubernetes Architecture Control Plane Components
In this module, we will play with the master node and the pods running on it.
Kubernetes Architecture Worker Node Components
In this module, we will play with the worker node, pods and the other components running on it.
Create your First Pod.
In this module, we will go through the basics of pods and understand the structure of pod definition.
Create your First Deployment.
In this module, we will go through the basics of Deployment and create deployment.
Deployment Demo.
Here we will play with the deployment. We will create, verify, scale-up, scale down and upgrade..
What is a Service?
Make the application access to the external world through the Kubernetes service.
Service Demo
In this demo, we will expose an Nginx deployment outside the cluster with the help of the ClusterIP service.
Kubernetes Persistent Volume
In this module, we will learn how to preserve data in a pod with the help of Persistent Volumes.