Instantiating a Pulumi Kubernetes provider inside a Pod
Usually, we call the Kubernetes API from within a Pod using kubectl or by exposing the API via kubectl proxy in a sidecar and making unauthenticated local HTTP requests to it.
The Pulumi Kubernetes provider requires a kubeconfig file, which is either...
pragmaticnotes.hashnode.dev2 min read