badidea
October 8, 2020 ยท View on GitHub
badidea
Minimal embeddable Kubernetes-style apiserver that supports CustomResourceDefitions
Presentation/Demo for SIG API Machinery on October 7, 2020
Prerequisites
- kubectl binary
Development Prerequisites
- Go v1.15+
Build the badidea server
make badidea
Start the badidea server
bin/badidea
Do the thing
# username and password are ignored, but required for the command to complete
kubectl --server https://localhost:6443 --insecure-skip-tls-verify --username=bad --password=idea <the thing>