A Kirby Rocket K3D Playground to practice Kubernetes skills.
To launch the playground use the button below:
- You will get access to a Linux terminal with
kubectl
,helm
,k9s
,kubectx
, andkubens
already installed. - A
K3D Multi Nodes Cluster
will automatically start, this takes about 5 minutes so please be patient! - I've also included a list of aliases to use:
- alias k="kubectl"
- alias kga="kubectl get all"
- alias kgn="kubectl get all --all-namespaces"
- alias kdel="kubectl delete"
- alias kd="kubectl describe"
- alias kg="kubectl get"