If you have ever use Kubernetes on other cloud providers, you would found, things on EKS works a bit differently. Today I was facing an…
Tag: eks
If you are getting the following error when you try to execute the kubectl command. could not get token: NoCredentialProviders: no valid providers in chain.…
Today I’m working on an EKS cluster in AWS. I’ve been used terraform to create AKS and GKE in the past. I wouldn’t say EKS…
Today I’m trying to use terraform to build a eks cluster. I was following the official terraform AWS EKS Introduction documentation. I got everything setup…