Topic |
Subtopic |
Introduction to Kubernetes
|
Introduction to Kubernetes |
Architecture |
|
Monolithic Architecture of Kubernetes |
|
Kubernetes vs Docker |
|
Installation and Setup
|
Installation Methods |
Installation of Kubernetes on Ubuntu |
|
Setup Kubernetes Cluster in local machines using minikube |
|
Application Deployments
|
Concept of Containers |
Introduction to Container Orchestration |
|
Images |
|
Jobs |
|
Labels & Selectors |
|
Namespace |
|
Node |
|
Node Port Service |
|
Cluster IP vs Node-Port |
|
Service |
|
Service DNS |
|
Pod |
|
Run a Command in Pod’s Containers |
|
Create Multiple Container in a Pod |
|
Replication Controller |
|
Difference Between Replicaset and Replication Controller |
|
Deployments |
|
Config Maps
|
ConfigMap |
Create Config Map from Files |
|
Create ConfigMap from YAML |
|
ConfigMap from Directories |
|
Injecting ConfigMap as Files |
|
Injecting ConfigMap in Pods |
|
Scaling and Updating Applications
|
Volumes |
Secrets |
|
Working with Secrets |
|
Load Balancing Service |