This command provides a simplified CLI to download kubernetes config from various cloud providers.
A local installation of the cloud provider commands aws, az, and/or gcloud is required. Before using
kcloud, check that you can successfully run the relevant provider specific commands.
To install using this method, you must have the go compiler installed, and have ~/go/bin in your PATH.
go install github.com/datastax/kcloud/cmd/kcloud@latest
The latest release binaries can be downloaded from the github releases page.
https://github.com/datastax/kcloud/releases
kcloud aws|azr|gcp [profile|subscription|project] [region/cluster]
kcloud aws dev us-east-2/my-cluster
kcloud azr 79f667ca-2aa1-4b8c-aa60-48e371d321c1 dev-resource-group/my-cluster
kcloud gcp my-project-dev us-east4/my-cluster
make install