Skip to content

Commit 704aa64

Browse files
Tim Bannisterk8s-ci-robot
authored andcommitted
Link from Security concept to related pages (#14726)
1 parent 62ae33b commit 704aa64

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

content/en/docs/concepts/security/overview.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,10 @@ Kubernetes:
9191

9292

9393
### 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/).
9598

9699
### Components _in_ the Cluster (your application)
97100
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
151154
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.
152155

153156
{{% /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/)
164+
{{% /capture %}}

0 commit comments

Comments
 (0)