Update access-cluster-api.md
This commit is contained in:
parent
aa2fe57460
commit
bb08b9ce91
|
@ -40,7 +40,7 @@ kubectl handles locating and authenticating to the API server. If you want to di
|
|||
`curl` or `wget`, or a browser, there are multiple ways you can locate and authenticate against the API server:
|
||||
|
||||
1. Run kubectl in proxy mode (recommended). This method is recommended, since it uses the stored apiserver location and verifies the identity of the API server using a self-signed cert. No man-in-the-middle (MITM) attack is possible using this method.
|
||||
1. Alternatively, you can provide the location and credentials directly to the http client. This works with for client code that is confused by proxies. To protect against man in the middle attacks, you'll need to import a root cert into your browser.
|
||||
1. Alternatively, you can provide the location and credentials directly to the http client. This works with client code that is confused by proxies. To protect against man in the middle attacks, you'll need to import a root cert into your browser.
|
||||
|
||||
Using the Go or Python client libraries provides accessing kubectl in proxy mode.
|
||||
|
||||
|
|
Loading…
Reference in New Issue