You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/zh-cn/docs/concepts/security/controlling-access.md
+11-63Lines changed: 11 additions & 63 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,14 +40,18 @@ following diagram:
40
40
## 传输安全 {#transport-security}
41
41
42
42
<!--
43
-
In a typical Kubernetes cluster, the API serves on port 443, protected by TLS.
43
+
By default, the Kubernetes API server listens on port 6443 on the first non-localhost network interface, protected by TLS. In a typical production Kubernetes cluster, the API serves on port 443. The port can be changed with the `--secure-port`, and the listening IP address with the `--bind-address` flag.
44
+
44
45
The API server presents a certificate. This certificate may be signed using
45
46
a private certificate authority (CA), or based on a public key infrastructure linked
46
-
to a generally recognized CA.
47
+
to a generally recognized CA. The certificate and corresponding private key can be set by using the `--tls-cert-file` and `--tls-private-key-file` flags.
0 commit comments