kubectl proxy and curl
7 Jan 2022 10:23
$ kubectl proxy
Starting to serve on 127.0.0.1:8001
Now we can use curl without needing any auth:
$ curl http://127.0.0.1:8001
{
"paths": [
"/.well-known/openid-configuration",
"/api",
"/api/v1",
...etc.