A Minikube based Kubernetes Playground for GitHub Codespaces that leverages devcontainers to ignite.
Simply fork the repo and launch a new codespace from the forked repo.
- Access to a Linux terminal with
kubectl
,helm
,k9s
,kubectx
, andkubens
already installed. - A Minikube instance will automatically start, this takes about 5 minutes so please be patient!
- Also included is 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"