I'm using aws-native to create an EKS cluster. H...
# aws
h
I'm using aws-native to create an EKS cluster. How do I get the kubeconfig for the cluster after I create it? The eks package has a kubeconfig output, but the aws-native package doesn't.
h
You have to create it yourself unfortunately. I was surprised that this wa the case too
h
Any pointers to do so? Certainly some of the values are available, but all of them? The user exec section?
h
See this thread when I asked the same thing 😃
Ah looks like it's hidden. Here is the archive
h
Thanks!
Sure seems like they would make that easier.