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

Pods

In this module, we are covering the basic of Pod.

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