Skip to content

Instantly share code, notes, and snippets.

@arthurd2
Last active March 6, 2026 22:46
Show Gist options
  • Select an option

  • Save arthurd2/f9846e7eac7862f2c70aea92de042940 to your computer and use it in GitHub Desktop.

Select an option

Save arthurd2/f9846e7eac7862f2c70aea92de042940 to your computer and use it in GitHub Desktop.
# Criar cluster
aws eks create-cluster --name producao --role-arn ARN_DA_ROLE_AQUI --resources-vpc-config subnetIds=SUBNET_ID_1_AQUI,SUBNET_ID_2_AQUI,SUBNET_ID_3_AQUI,securityGroupIds=SECURITY_GROUP_DA_VPC_AQUI
# Instalar o aws-imam-authentication
# Pegar dados de conexao
aws eks update-kubeconfig --name NOME_CLUSTER
# Teste
kubectl get svc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment