Category: eks

  • kubectl and eks… You must be logged in to the server (Unauthorized)

    Say you have a setup with EKS using IAM API keys with Admin permissions and are using an AWS profile that you’ve confirmed can retrieve the eks config with aws eks update-kubeconfig –name context-name –region appropriate-region-name-n. But then kubectl get pods –context context-name still fails, oddly with a “You must be logged in to the…