update accessing-the-api.md (#4734)
This commit is contained in:
@@ -17,8 +17,8 @@ following diagram:
|
|||||||
|
|
||||||
## Transport Security
|
## Transport Security
|
||||||
|
|
||||||
In a typical Kubernetes cluster, the API served on port 443. A TLS connection is
|
In a typical Kubernetes cluster, the API serves on port 443.
|
||||||
established. The API server presents a certificate. This certificate is
|
The API server presents a certificate. This certificate is
|
||||||
often self-signed, so `$USER/.kube/config` on the user's machine typically
|
often self-signed, so `$USER/.kube/config` on the user's machine typically
|
||||||
contains the root certificate for the API server's certificate, which when specified
|
contains the root certificate for the API server's certificate, which when specified
|
||||||
is used in place of the system default root certificates. This certificate is typically
|
is used in place of the system default root certificates. This certificate is typically
|
||||||
|
|||||||
Reference in New Issue
Block a user