Creating a kubeconfig file for a Kubernetes Service Account
Recently I was working with a software integration that required a Kubernetes Kubeconfig file. I didn't want to provide my own kubeconfig file, and I also wanted to set the right permissions via a service account. Below is the code I put together for this,…
Read guide →
