Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 1.29 KB

File metadata and controls

27 lines (21 loc) · 1.29 KB

Module 17 — Kubernetes Introduction

Previous: Module 16 — Docker Swarm | Next: Module 18 — CI/CD Pipelines

What you learn

  • You understand why Kubernetes exists after Docker and Swarm.
  • You map Docker concepts (image, container, Compose) to Kubernetes objects.
  • You recognize control-plane components and core resources at a high level.
  • You run a minimal deployment on a local cluster with kubectl.
  • You know where to continue learning Kubernetes beyond this repo.

Prerequisites

  • You finish Module 16.
  • You are comfortable with images, networks, and multi-container apps.

Estimated time

  • 75–90 minutes (bridge module — not a full Kubernetes course)

Files in this module

File Purpose
notes.md Architecture overview, concept mapping, next steps
examples/compose-to-kubernetes.md Side-by-side Compose vs Kubernetes manifests
examples/hello-k8s.yaml Minimal Deployment and Service for local practice
exercises.md Intro-level kubectl exercises

Previous: Module 16 — Docker Swarm | Next: Module 18 — CI/CD Pipelines