Kubernetes learning series.

  1. 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.
  2. 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.
  3. Play with Deployments Coming soon!
  4. 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!

placeholder image 1

Introduction to Kubernetes

In this module, we are covering the basic structure of Kubernetes.

Read More

placeholder image 2

Kubernetes Architecture Control Plane Components

In this module, we will play with the master node and the pods running on it.

Read More

placeholder image 3

Kubernetes Architecture Worker Node Components

In this module, we will play with the worker node, pods and the other components running on it.

Read More

placeholder image 4

Create your First Pod.

In this module, we will go through the basics of pods and understand the structure of pod definition.

Read More

placeholder image 5

Create your First Deployment.

In this module, we will go through the basics of Deployment and create deployment.

Read More

placeholder image 6

Deployment Demo.

Here we will play with the deployment. We will create, verify, scale-up, scale down and upgrade..

Read More

placeholder image 7

What is a Service?

Make the application access to the external world through the Kubernetes service.

Read More

placeholder image 8

Service Demo

In this demo, we will expose an Nginx deployment outside the cluster with the help of the ClusterIP service.

Read More

placeholder image 8

Kubernetes Persistent Volume

In this module, we will learn how to preserve data in a pod with the help of Persistent Volumes.

Read More

Walking through the pods. 🚶🚶

placeholder image 1

Pod definition file.

In this module, we will go through the basics of pods, understand the structure of pod definition file and the different sections under it.

Read More

placeholder image 2

Describe the Pod and its Events

Here we will describe the pod, Understand the different sections of it. Go through the events under the different scenarios.

Read More

placeholder image 3

Get a Shell to a Running Container

Accessing the Pod. In this module, we will see few examples of how to interact with a running container.

Read More

placeholder image 4

Pod Classifications in Kubernetes

In this module, we will go through the different types of pods available in Kubernetes. Like Single Container Pods, Multi Container Pods, Init Containers and the Static Pod.

Read More

Remaining modules will be posted soon.

Play with Deployments

Play with Deployment will be uploaded by the First week of August.

Journey towards CKAD

Journey towards CKAD will be uploaded by the end of August.