EKS

Revision as of 06:13, 4 June 2020 by Rasimsen (talk | contribs) (Created page with " AWS EKS resource page : https://docs.aws.amazon.com/eks/ <source> 1014 kubectl get pods 1015 kubectl logs {pod-name} 1017 kubectl delete -f {deploy-conf.yml} 1018 kubec...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


AWS EKS resource page : https://docs.aws.amazon.com/eks/

1014  kubectl get pods
1015  kubectl logs {pod-name}
1017  kubectl delete -f {deploy-conf.yml}
1018  kubectl apply -f {deploy-conf.yml}
1020  kubectl get ing

Prerequisities for your machine

Install aws-iam-authenticator : https://docs.aws.amazon.com/eks/latest/userguide/install-aws-iam-authenticator.html

Install eksctl : https://docs.aws.amazon.com/eks/latest/userguide/getting-started-eksctl.html