Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 1.47 KB

File metadata and controls

37 lines (25 loc) · 1.47 KB

Kubernetes Crash Course

Welcome to the crash course.

These hands-on labs will get you up and running with Kubernetes.

Pre-reqs

  • Set up Kubernetes and a Git client
  • Download your repo
    • Open a terminal (PowerShell on Windows; any shell on Linux/macOS)
    • Run: git clone https://github.com/courselabs/kubernetes.git
    • Open the folder: cd kubernetes
  • For advanced topics
  • Optional
    • Install Visual Studio Code (free - Windows, macOS and Linux) to browse the repo and documentation

Core Kubernetes

Application Modelling

Troubleshooting

Credits

Created by @EltonStoneman (sixeyed): Freelance Consultant and Trainer. Author of Learn Docker in a Month of Lunches, Learn Kubernetes in a Month of Lunches and many Pluralsight courses.