Amazon web services – Avoiding hardcoding secrets into ~/.kube/config
I'd like to configure the kubectl tool to use the variables defined in my current shell in order to connect to the cluster, rather than pointing to the profile defined in a ~/.aws/credentials file, for security reasons. This works with…