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...

No responses yet.