Access Cluster

Cluster Access

  1. Install access to cluster
export KUBE_CONFIG=$(aws cloudformation describe-stacks --stack-name dev-dev-blueprint | jq -r '.Stacks[0].Outputs[] | select(.OutputKey|match("ConfigCommand")))| .OutputValue ')
$KUBE_CONFIG

Create Workspace

  1. Once kubeconfig has been updated, you will be able to access the EKS cluster
kubectl get svc

Create Workspace