Introduction
  • Course Introduction
  • Certification
  • Certification Details
  • The Kubernetes Trilogy
  • Join our Slack Channel for support and interaction
  • A note on the Course Curriculum
  • Reference Notes for lectures and labs
Core Concepts
  • Core Concepts Section Introduction
  • Download Presentation Deck for this section
  • Cluster Architecture
  • ETCD For Beginners
  • ETCD in Kubernetes
  • ETCD - Commands (Optional)
  • Kube-API Server
  • Kube Controller Manager
  • Kube Scheduler
  • Kubelet
  • Kube Proxy
  • Recap - PODs
  • PODs with YAML
  • Demo - PODs with YAML
  • Practice Test Introduction
  • Demo: Accessing Labs
  • Accessing the Labs
  • Practice Test - Pods
  • Practice Test - Solution (Optional)
  • Recap - ReplicaSets
  • Practice Test - ReplicaSets
  • Practice Test - ReplicaSets - Solution (Optional)
  • Deployments
  • Certification Tip!
  • Practice Test - Deployments
  • Solution - Deployments (optional)
  • Namespaces
  • Practice Test - Namespaces
  • Solution - Namespaces (optional)
  • Services
  • Services Cluster IP
  • Services - Loadbalancer
  • Practice Test - Services
  • Solution - Services (optional)
  • Imperative vs Declarative
  • Certification Tips - Imperative Commands with Kubectl
  • Practice Test - Imperative Commands
  • Solution - Imperative Commands (optional)
  • Kubectl Apply Command
  • Here's some inspiration to keep going
  • Your Reviews are Important!
Scheduling
  • Scheduling Section Introduction
  • Download Presentation Deck for this section
  • Manual Scheduling
  • Practice Test - Manual Scheduling
  • Solution - Manual Scheduling (optional)
  • Labels and Selectors
  • Practice Test - Labels and Selectors
  • Solution : Labels and Selectors : (Optional)
  • Taints and Tolerations
  • Practice Test - Taints and Tolerations
  • Solution - Taints and Tolerations (Optional)
  • Node Selectors
  • Node Affinity
  • Practice Test - Node Affinity
  • Solution - Node Affinity (Optional)
  • Taints and Tolerations vs Node Affinity
  • Resource Requirements and Limits
  • Note on default resource requirements and limits
  • A quick note on editing PODs and Deployments
  • Practice Test - Resource Requirements and Limits
  • Solution: Resource Limits : (Optional)
  • DaemonSets
  • Practice Test - DaemonSets
  • Solution - DaemonSets (optional)
  • Static Pods
  • Practice Test - Static Pods
  • Solution - Static Pods (Optional)
  • Multiple Schedulers
  • Practice Test - Multiple Schedulers
  • Solution - Practice Test - Multiple Schedulers : (Optional)
  • Configuring Kubernetes Scheduler
  • Connect with me!
Logging & Monitoring
  • Logging and Monitoring Section Introduction
  • Download Presentation Deck
  • Monitor Cluster Components
  • Practice Test - Monitoring
  • Solution: Monitor Cluster Components : (Optional)
  • Managing Application Logs
  • Practice Test - Monitor Application Logs
  • Solution: Logging : (Optional)
  • More coming soon!
Application Lifecycle Management
  • Application Lifecycle Management - Section Introduction
  • Download Slide Deck
  • Rolling Updates and Rollbacks
  • Practice Test - Rolling Updates and Rollbacks
  • Solution: Rolling update : (Optional)
  • Configure Applications