Skip to content

Files

Latest commit

4fa0f0f · Apr 6, 2022

History

History
52 lines (39 loc) · 2.71 KB

security-platform.adoc

File metadata and controls

52 lines (39 loc) · 2.71 KB

Securing the container platform

{product-title} and Kubernetes APIs are key to automating container management at scale. APIs are used to:

  • Validate and configure the data for pods, services, and replication controllers.

  • Perform project validation on incoming requests and invoke triggers on other major system components.

Security-related features in {product-title} that are based on Kubernetes include:

  • Multitenancy, which combines Role-Based Access Controls and network policies to isolate containers at multiple levels.

  • Admission plug-ins, which form boundaries between an API and those making requests to the API.

{product-title} uses Operators to automate and simplify the management of Kubernetes-level security features.