Kubernetes workshop
This repository aims to quickly learn the basics of Kubernetes.
⚠️ None of the examples given here are made for production.
Requirements
Agenda
- Prepare your local Kubernetes environment
 - Run an application on Kubernetes
 - Deploy a Wordpress
 - Resources and autoscaling
 - Troubleshooting
 - RBAC
 
Cleanup
Pretty simple we’ll drop the whole k3d cluster
1k3d cluster delete workshop
2INFO[0000] Deleting cluster 'workshop'
3...
4INFO[0008] Successfully deleted cluster workshop!
➡️ You may want to continue with the Helm workshop