Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 1.47 KB

File metadata and controls

24 lines (15 loc) · 1.47 KB

Why?

I started this project to improve my understanding of kubernetes, and to help me pass the Certified Kubernetes Administrator exam. It's an amalgamation of information gleaned from:

I wanted something quite particular to my own needs/wants:

  • To set up a full kubernetes cluster inside containers.

    So it works on my under-powered laptop.

  • To use cri-o instead of docker/containerd.

    It looks like CRI-O is the future.

  • To use kubeadm.

    To get a verifiably compliant kubernetes cluster running.