This conda environment can run the terraform apply, deploying the kubernetes cluster on AWS, installing the AWS CLI v1 that allow picking up AWS credentials.
For subsequent management of the cluster, however, I found I needed to install the AWS CLI v2 (which currently can't be conda or pip installed) and kubectl from AWS so that I could run k9s (installed from a binary on the release page)
This conda environment can run the
terraform apply
, deploying the kubernetes cluster on AWS, installing the AWS CLI v1 that allow picking up AWS credentials.For subsequent management of the cluster, however, I found I needed to install the AWS CLI v2 (which currently can't be conda or pip installed) and kubectl from AWS so that I could run k9s (installed from a binary on the release page)