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/en/docs/tutorials/security/_index.md
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,4 +3,9 @@ title: "Security"
3
3
weight: 40
4
4
---
5
5
6
-
Kubernetes security is important for most deployments and production facilities. Below are some initial suggestions for configuring the security options at various levels. The Kubernetes project recommends looking into these suggestions before running a production-based cluster.
6
+
Security is an important concern for most organizations and people who run Kubernetes
7
+
clusters. You can find a basic [security checklist](/docs/concepts/security/security-checklist/)
8
+
elsewhere in the Kubernetes documentation.
9
+
10
+
To learn how to deploy and manage security aspects of Kubernetes, you can follow the
0 commit comments