mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
15 lines
1.0 KiB
Plaintext
15 lines
1.0 KiB
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// * edge_computing/day_2_core_cnf_clusters/security/security-basics.adoc
|
|
|
|
:_mod-docs-content-type: CONCEPT
|
|
[id="security-sec-considerations-{context}"]
|
|
= Security considerations
|
|
|
|
Workloads might handle sensitive data and demand high reliability. A single security vulnerability might lead to broader, cluster-wide compromises. With numerous components running on an {product-title} cluster, you must secure each component to prevent any breach from escalating. Ensuring security across the entire infrastructure, including all components, is essential to maintaining the integrity of the network and avoiding vulnerabilities.
|
|
|
|
The following key security features are essential for all industries that handle sensitive data:
|
|
|
|
* Security Context Constraints (SCCs): Provide granular control over pod security in the {product-title} clusters.
|
|
* Pod Security Admission (PSA): Kubernetes-native pod security controls.
|
|
* Encryption: Ensures data confidentiality in high-throughput network environments. |