Introduction
  • Introduction And Overview
  • What is Kubernetes?
  • Why Kubenetes?
  • Section Assessment
Kubernetes Everywhere
  • Section Overview
  • Up and running locally with minikube
  • Windows Minikube Demo
  • Linux Minikube
  • Up and running cluster with kubeadm
  • Kubeadm Demo
  • Up and running remote management with kubectl
  • Up and running section review
Core objects and primitives: Pods
  • Core objects and primitives: Pods - Intro
  • Core objects and primitives: Pods - The basics
  • Core objects and primitives: Pods - Communications
  • Core objects and primitives: Pods - First deployment
  • Core objects and primitives: Pods - The right way
  • Core objects and primitives: Pods - Section review
Core objects and primitives: Deployments
  • Core objects and primitives: Deployments - Intro
  • Core objects and primitives: Deployments - The basics
  • Core objects and primitives: Deployments - Imperative way
  • Core objects and primitives: Deployments - Declarative way
  • Core objects and primitives: Deployments - Section review
Core objects and primitives: Services
  • Core objects and primitives: Services - Intro
  • Core objects and primitives: Services - The Basics
  • Core objects and primitives: Services - Imperative way
  • Core objects and primitives: Services - Types
  • Core objects and primitives: Services - Declarative way