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. Analyzing the pod, connecting to the running containers and many more.
Kubernetes For Product Managers and Scrum Masters.
Here we will cover the high-level overview of Kubernetes from a non-technical perspective. This session is not for techies. It’s intended for Product managers, project managers, scrum masters or support managers who wish to have a high-level overview of Kubernetes.
Walking through the pods. 🚶🚶
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.
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.
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.
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.