Kubernetes Basics
What is Kubernetes?
What Kubernetes can do
Components of Kubernetes

Running app on Kubernetes

Kubernetes Object
Object Spec & Status
Kubernetes object conceptual diagram

1. Pods
What is a Pod?
Characteristics of a Pod
2. Deployments
Required elements of a Deployments yml file
3. labels
Labels Use Cases
4. Services: ClusterIP
Exposing Services Externally
1. NodePort
2. LoadBalancer
3. Ingress

Volumes
Namespace
Last updated