/workshop_kubernetes_2021

Getting started with Kubernetes

Apache License 2.0Apache-2.0

Introduction to Kubernetes (through hands-on)

This repository aims to quickly learn the basics of Kubernetes.

⚠️ None of the examples given here are made for production.

Requirements

Agenda

Cleanup

Pretty simple we’ll drop the whole k3d cluster

$ k3d cluster delete workshop
INFO[0000] Deleting cluster 'workshop'
...
INFO[0008] Successfully deleted cluster workshop!

➡️ You may want to continue with the Helm workshop