Exposing the Kubernetes API in a Pod by running kubectl proxy in a sidecar container
On the page Accessing the Kubernetes API from a Pod in the Kubernetes documentation, we learn:
If you would like to query the API without an official client library, you can run kubectl proxy as the command of a new sidecar container in the Pod. Thi...
pragmaticnotes.hashnode.dev2 min read