nadeemja / kubernetes-katas

Deliberate exercises for Kubernetes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kubernetes-katas

A selection of exercises for Kubernetes (K8s).

The exercises are ordered in the way we think it makes sense to introduce Kubernetes concepts.

There are tree variants of the ingress exercise - one of them is Google Kubernetes Engine (gke) specific, whereas the two others are generic and should work on any Kubernetes cluster.

You can find a summary of many of the commands used in the exercises in the cheatsheet.md.

Setup

  • 00-setup-kubectl - Skip if you've already installed kubectl and have access to a cluster.
  • 00-setup-namespace - Skip if you've already created a personal namespace and set it as your default.

Exercises

About

Deliberate exercises for Kubernetes


Languages

Language:Shell 78.5%Language:JavaScript 15.9%Language:Dockerfile 5.6%