Sample scripts and manifests for playing with Kubernetes.
curl -sL https://file.marella.me/pwk/latest/install.sh | bash
Initialize cluster and follow instructions to add worker nodes:
kube init
Create resources using a configuration file:
kube up https://file.marella.me/pwk/latest/echo.yaml
Delete resources using a configuration file:
kube down https://file.marella.me/pwk/latest/echo.yaml
Run kubectl
commands:
kube get all