Last active
March 6, 2026 22:46
-
-
Save arthurd2/f9846e7eac7862f2c70aea92de042940 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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