Introduction
  • Introduction
  • Kubernetes Series
  • Kubernetes for Beginners Course
  • Certification Details
  • CNCF Certification
  • Download Course Deck
  • Join our Slack Group
  • A note on Course Curriculum
Core Concepts
  • Recap - Kubernetes Architecture
  • Recap - PODs
  • YAML Basics
  • Recap - PODs with YAML
  • Recap - Demo - Creating PODs with YAML
  • Note!
  • Practice Test - Introduction
  • Demo: Accessing Labs
  • Accessing the Labs
  • Practice Test - Pods
  • Solution - Pods (optional)
  • Edit Pods
  • Recap - ReplicaSets
  • Practice Test - ReplicaSets
  • Solution - ReplicaSets (optional)
  • Recap - Deployments
  • Practice Test - Deployments
  • Solution - Deployments (optional)
  • Certification Tip: Formatting Output with kubectl
  • Your Reviews are Important!
  • Recap - Namespaces
  • 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
  • Connect with Me!
Configuration
  • Pre-Requisite - 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)
  • Environment Variables
  • ConfigMaps
  • Practice Test - ConfigMaps
  • Solution: ConfigMaps (Optional)
  • Secrets
  • A quick note about Secrets!
  • Practice Test - Secrets
  • Solution - Secrets (Optional)
  • Docker Security
  • Security Contexts
  • Practice Test - Security Contexts
  • Service Account
  • Practice Test - Service Acccount
  • Stay Updated!
  • Resource Requirements
  • Note on default resource requirements and limits
  • Practice Test - Resource Requirements
  • Taints and Tolerations
  • Practice Test - Taints and Toleration
  • Solution - Taints and Tolerations (Optional)
  • Node Selectors
  • Node Affinity
  • Practice Test - Node Affinity
  • Solution - Node Affinity (Optional)
  • Taints & Tolerations vs Node Affinity
  • Practice Test
  • Certification Tips - Student Tips
  • If you like it, Share it!
Multi-Container PODs
  • Multi-Container PODs
  • Practice Test - Multi-Container PODs
  • Solution - Multi-Container Pods (Optional)
Observability
  • Readiness and Liveness Probes
  • Liveness Probes
  • Practice Test - Readiness and Liveness Probes
  • Container Logging
  • Practice Test - Container Logging
  • Solution - Logging (optional)
  • Monitor and Debug Applications
  • Practice Test - Monitoring
  • Solution - Monitoring (optional)
POD Design
  • Labels, Selectors and Annotations
  • Practice Test - Labels, Selectors and Annotations
  • Solution - Labels and Selectors (optional)
  • Rolling Updates & Rollbacks in Deployments
  • Updating a Deployment
  • Demo - Deployments
  • Practice Test - Rolling Updates & Rollbacks
  • Jobs
  • CronJobs
  • Practice Test - Jobs & CronJobs
  • Solution - Jobs and Cronjobs (optional)
Services & Networking
  • Services