Kubernetes operator to make temporary role bindings for operation reasons. The name is a combination of k8s and su obviously. Pronounced anyway you want.
At your own risk you can install this piece of extreme beta software:
- Install the CustomResourceDefinitions in "/crd".
- Create the docker images with the "build-push-images.sh" script in "/app/". Add your own registry at the top.
- Run the "certs-macos.sh" script in /app/deployments/ to get the secrets for the mutating webhook.
- Use the "install-webhook.sh" to install the mutating webhook.
- Install the "controller-deploy.yml" file with kubectl (and alter accordingly).
- Optionally install the "notifier-deploy.yml" if you want Slack integration.