Slides are found here in PDF format
WIGM is a sample project that is designed to help users understand why operators are useful. The project provides folders for 4 different deployment methods:
yamlhelmmetacontrolleroperator-sdk
Each folder contains the following common files:
- Bootstraps a Kubernetes cluster with docker-compose using k3s
- Configures it for the demo
- Watches applicable resources
After the cluster has started. There will be a kubeconfig.yaml file in the current directory. kubectl can be used on the user's machine to access the demo cluster at any time by passing a flag (kubectl --kubeconfig=kubeconfig.yaml) or exporting an environment variable (export KUBECONFIG=./kubeconfig.yaml).
An automatic demo script which walks the user through a few WIGM deployments with the demo architecture
Brings down the docker resources and cleans up the docker volumes. NOTE: This deletes all cluster state
Run a test cluster and demo for any deployment method
cd METHODFOLDER./start-and-watch.sh- In a new terminal:
./demo.sh - Optional: Run extra
kubectlcommands against the demo cluster if desired - Optional:
./cleanup.sh