Skip to main content
Run the following commands to configure your kubeconfig with all live clusters.

Production clusters

AWS_PROFILE=unkey-production001-admin aws eks update-kubeconfig --region us-east-1 --name deploy-us-east-1 --alias deploy-us-east-1
AWS_PROFILE=unkey-production001-admin aws eks update-kubeconfig --region us-west-2 --name deploy-us-west-2 --alias deploy-us-west-2
AWS_PROFILE=unkey-production001-admin aws eks update-kubeconfig --region eu-central-1 --name deploy-eu-central-1 --alias deploy-eu-central-1
AWS_PROFILE=unkey-production001-admin aws eks update-kubeconfig --region eu-central-1 --name beautiful-dance-crab --alias beautiful-dance-crab

Automode clusters

AWS_PROFILE=unkey-production001-admin aws eks update-kubeconfig --region us-east-2 --name k8s-automode-us-east-2 --alias k8s-automode-us-east-2
AWS_PROFILE=unkey-production001-admin aws eks update-kubeconfig --region us-west-2 --name k8s-automode-us-west-2 --alias k8s-automode-us-west-2
AWS_PROFILE=unkey-production001-admin aws eks update-kubeconfig --region ap-south-1 --name k8s-automode-ap-south-1 --alias k8s-automode-ap-south-1
AWS_PROFILE=unkey-production001-admin aws eks update-kubeconfig --region ap-northeast-1 --name k8s-am-ap-northeast-1 --alias k8s-am-ap-northeast-1
AWS_PROFILE=unkey-production001-admin aws eks update-kubeconfig --region ap-southeast-2 --name k8s-am-ap-southeast-2 --alias k8s-am-ap-southeast-2
AWS_PROFILE=unkey-production001-admin aws eks update-kubeconfig --region sa-east-1 --name k8s-am-sa-east-1 --alias k8s-am-sa-east-1

Staging clusters

AWS_PROFILE=unkey-sandbox-admin aws eks update-kubeconfig --region eu-central-1 --name staging-eu-central-1 --alias staging-eu-central-1
AWS_PROFILE=unkey-sandbox-admin aws eks update-kubeconfig --region us-west-2 --name staging-us-west-2 --alias staging-us-west-2