Security tasks
The following sections explain key security tasks in Kubernetes, including Pod Security Admission, Namespace Isolation, Custom Registry Support, and Proxy Support.
📄️ Pod Security Admission
Pod Security Admission (PSA) is a feature in Kubernetes that enforces security policies on pod creation and deployment in a target cluster. PSA replaces the Pod Security Policies feature in Kubernetes, which was deprecated in Kubernetes version 1.21 and removed in 1.25 version. For more information, see PSA in Kubernetes documentation.
📄️ Custom registry support for PDS components
Learn how custom image registries give organizations more control over PDS and the software it is allowed to run.
📄️ PostgreSQL provisioning with PDS
Learn how to provision PostgreSQL with Transport Security Layer (TLS) in Kubernetes using PDS.
📄️ Proxy server support for target clusters in PDS
Discover how proxy server support in PDS enhances security, optimizes performance, and provides control over network communication for target clusters.