These tutorials accompany the presentation Introduction to Kubernetes and make use of Minikube. A tool that allows users to quickly spin up and run a single instance of Kubernetes locally using a variety of virtualization engines.
Each section assumes an instance of minikube is up and running (minikube start).
- cli - Covers the basics of using
kubectlto interact with a Kubernetes cluster. - core - Tutorial of the core concepts, or building blocks of Kubernetes.
- workloads - Walkthrough of the different types of application workloads.
- storage - Explores the relationship between Persistent Volumes, Persistent Volume Claims, and Volumes themselves.
- configuration - Tutorials going over how to use the two Configuration objects ConfigMaps and Secrets.
- Examples - Examples of full blown applications to explore after the tutorials have been completed.
Tutorials have been validated against minikube v0.26.1 running Kubernetes v1.10.