Recap - Kubernetes Architecture 
 
Recap - Demo - Creating Pods with YAML 
 
Practice Test - Introduction 
 
Solution - Pods (optional) 
 
Practice Test - ReplicaSets 
 
Solution - ReplicaSets (optional) 
 
Practice Test - Deployments 
 
Solution - Deployments (optional) 
 
Certification Tip: Formatting Output with kubectl 
 
Practice Test - Namespaces 
 
Solution - Namespaces (optional) 
 
Certification Tip: Imperative Commands 
 
Practice Test - Imperative Commands 
 
Solution - Imperative Commands (optional) 
 
Here's some inspiration to keep going 
 
Define build and modify container images 
 
Practice test Docker Images 
 
Commands and Arguments in Docker 
 
Commands and Arguments in Kubernetes 
 
A quick note on editing Pods and Deployments 
 
Practice Test - Commands and Arguments 
 
Solution - Commands and Arguments (Optional) 
 
Practice Test - ConfigMaps 
 
Solution: ConfigMaps (Optional) 
 
A quick note about Secrets! 
 
Solution - Secrets (Optional) 
 
Demo: Encrypting Secret Data at Rest 
 
Practice Test - Security Contexts 
 
Solution: Security Contexts 
 
Practice Test - Service Acccount 
 
Solution: Service Account 
 
Practice Test - Resource Requirements 
 
Solution: Resource Requirements 
 
Practice Test - Taints and Toleration 
 
Solution - Taints and Tolerations (Optional) 
 
Practice Test - Node Affinity 
 
Solution -  Node Affinity (Optional) 
 
Taints & Tolerations vs Node Affinity 
 
Certification Tips - Student Tips 
 
Readiness and Liveness Probes 
 
Practice Test - Readiness and Liveness Probes 
 
Solution: Readiness and Liveness Probes 
 
Practice Test - Container Logging 
 
Solution - Logging (optional) 
 
Monitor and Debug Applications 
 
Practice Test - Monitoring 
 
Solution - Monitoring (optional) 
 
Labels Selectors and Annotations 
 
Practice Test - Labels Selectors and Annotations 
 
Solution - Labels and Selectors (optional) 
 
Rolling Updates & Rollbacks in Deployments 
 
Practice Test - Rolling Updates & Rollbacks 
 
Solution - Rolling Updates (Optional) 
 
Deployment Strategy - Blue Green 
 
Deployment Strategy - Canary 
 
Practice Test - Deployment strategies 
 
Solution: Deployment strategies 
 
Practice Test - Jobs & CronJobs 
 
Solution - Jobs and Cronjobs (optional) 
 
Solution -  Services (optional) 
 
Practice Test - Ingress Networking - 1 
 
Solution: Ingress Networking - 1 
 
FAQ - What is the rewrite-target option? 
 
Practice Test - Ingress Networking - 2 
 
Solution: Ingress Networking - 2 
 
Developing network policies 
 
Practice Test - Network Policies 
 
Solution - Network Policies (optional) 
 
Authentication Authorization and Admission Control 
 
Article on Setting up Basic Authentication 
 
Role Based Access Controls 
 
Practice Test Role Based Access Controls 
 
Solution Role Based Access Controls 
 
Practice Test Cluster Roles 
 
Labs - Admission Controllers 
 
Solution: Admission Controllers 
 
Validating and Mutating Admission Controllers 
 
Labs - Validating and Mutating Admission Controllers 
 
Solution: Validating and Mutating Admission Controllers 
 
Lab - API Versions/Deprecations 
 
Custom Resource Definition 
 
Practice Test - Custom Resource Definition