K8S
DevSpace - The Fastest Developer Tool for Kubernetes (open-source)
Where am I?
kubectl config current-context
kubectl cluster-info
List stuff
kubectl get nodes
kubectl get pods / kubectl describe pods
kubectl get all
Adding IAM uses to the cluster
Question: https://github.com/kubernetes-sigs/aws-iam-authenticator/issues/157#issuecomment-442612665
Documentation (section 3): https://docs.aws.amazon.com/eks/latest/userguide/add-user-role.html
Solution:
kubectl edit -n kube-system configmap/aws-auth
Add the following:
data:
mapUsers: |