Introduction
  • Introduction
What is Kubernetes?
  • What is Kubernetes?
Kubernetes Architecture
  • Kubernetes Cluster
  • Control Plane/Master Node
  • Node/Slave Node
Installation of Kubernetes
  • Ways to deploy your kubernetes cluster
minikube
  • Install minikube and Kubectl
  • Create a Cluster
  • Kubectl describe Command
  • Communicate with pods using internal IP address
  • overview
Our First Application
  • Controller in Kubernentes
  • Create a Deployment
  • Cluster IP Address
  • Label and Selector
  • Create a NodePort
  • Overview
Kubectl Configuration file
  • Kubectl Apply Command
  • Create Kubernetes Objects using Configuration file
  • Creating a POD using a yml config file
Volume
  • Volume and Types
  • hostpath
  • empty dir
  • persistant Volume & persistant Volume Claim
  • Persistant Volume with example
  • dynamic Persistant Volume with example
Stateful Set
  • Headless Service
  • Stateful Set
Daemon Set
  • Need for Daemon Set
  • A Simple Daemon Set using minikube
Job
  • What is a Job
Config Map and Secret
  • Secret
  • Example of Secret
  • What is config
  • A sample Demo