Skip to main content

index

Cluster access

aws eks update-kubeconfig --name euw2-dev-k8s --alias dev --profile dev
aws eks update-kubeconfig --name euw2-stag-k8s --alias stag --profile staging
aws eks update-kubeconfig --name euw2-demo-k8s --alias demo --profile demo
aws eks update-kubeconfig --name euw2-prod-k8s --alias prod --profile production

Check cluster access with the following commands:

kubectl --context dev get nodes
kubectl --context dev get pods

If you have issues with running tilt, unset your context:

kubectl config unset current-context