kindacool can be used to quickly setup new Kubernetes (k3s) clusters on OpenStack.
kindacool is a CLI to quickly setup new Kubernetes (k3s) clusters on OpenStack. It uses Pulumi Automation API in the background. Before usage it is required to install pulumi and login to a backend. Also you need to source an .openrc file.
A cluster can then be setup with: $ kindacool cluster create
After the cluster is created set the KUBECONFIG env var with: $ eval "$(kindacool cluster kubeconfig --export)"
For more information, please visit the project's homepage: https://github.com/brumhard/kindacool.
-h, --help help for kindacool
- kindacool cluster - kindacool cluster is the main entrypoint to all cluster management operations
- kindacool version - Print the version number of kindacool