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/concepts/security/overview.md
+12-1Lines changed: 12 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -91,7 +91,10 @@ Kubernetes:
91
91
92
92
93
93
### Components _of_ the Cluster
94
-
For more information on securing the components of the cluster, [here is a link](/docs/tasks/administer-cluster/securing-a-cluster) to the associated documention.
94
+
95
+
If you want to protect your cluster from accidental or malicious access, and adopt
96
+
good information practices, read and follow the advice about
97
+
[securing your cluster](/docs/tasks/administer-cluster/securing-a-cluster/).
95
98
96
99
### Components _in_ the Cluster (your application)
97
100
Depending on the attack surface of your application, you may want to focus on specific
@@ -151,3 +154,11 @@ delivery pipeline as part of a series of checks in security. To learn about a
151
154
more "Continuous Hacking" approach to software delivery, [this article](https://thenewstack.io/beyond-ci-cd-how-continuous-hacking-of-docker-containers-and-pipeline-driven-security-keeps-ygrene-secure/) provides more detail.
152
155
153
156
{{% /capture %}}
157
+
{{% capture whatsnext %}}
158
+
* Read about [network policies for Pods](/docs/concepts/services-networking/network-policies/)
159
+
* Read about [securing your cluster](/docs/tasks/administer-cluster/securing-a-cluster/)
160
+
* Read about [API access control](/docs/reference/access-authn-authz/controlling-access/)
161
+
* Read about [data encryption in transit](/docs/tasks/tls/managing-tls-in-a-cluster/) for the control plane
162
+
* Read about [data encryption at rest](/docs/tasks/administer-cluster/encrypt-data/)
163
+
* Read about [Secrets in Kubernetes](/docs/concepts/configuration/secret/)
0 commit comments