Skip to main content

Restrict Kubernetes API Network Access

CCC.K8S.CN01 · Access

Limit Kubernetes API reachability to explicitly approved networks and private management paths to reduce administrative exposure.

Related Capabilities

IDTitleDescription
CCC.Core.CP06Access ControlThe service automatically enforces user configurations to restrict or allow access to a specific component or a child resource based on factors such as user identities, roles, groups, or attributes.
CCC.Core.CP29Active IngestionWhile running, the service itself can fetch or reach out to some other service or external source to get data, inputs or commands for the service to process or operate on.
CCC.Core.CP14API AccessThe service exposes a port enabling external actors to interact programmatically with the service and its resources using HTTP protocol methods such as GET, POST, PUT, and DELETE.
CCC.K8S.CP01Managed Kubernetes Control PlaneThe service supplies a Kubernetes-conformant control plane whose foundational components, health, and availability are automatically maintained by the provider.
CCC.K8S.CP10Cloud Identity IntegrationThe service can authenticate cloud identities and authorize their access to cluster resources through Kubernetes and provider-native access controls.
CCC.Core.CP23Network Access RulesThe service restricts access to child or networked resources based on user-defined network parameters such as IP address, protocol, port, or source.

Related Threats

IDTitleDescription
CCC.Core.TH01Access is Granted to Unauthorized UsersLogic designed to give different permissions to different entities may be misconfigured or manipulated, allowing unauthorized entities to access restricted parts of the service, its data, or its child resources. This could result in a loss of data confidentiality or tolerance of unauthorized actions which impact the integrity and availability of resources and data.
CCC.Core.TH15Automated Enumeration and Reconnaissance by Non-human EntitiesAutomated processes may be used to gather details about service and child resource elements such as APIs, file systems, or directories. This information can reveal vulnerabilities, misconfigurations, and the network topology, which can be used to plan an attack against the system, the service, or its child resources.
CCC.Core.TH17Responses are Generated for Unauthorized RequestsThe service may generate responses to requests from unauthorized entities. This could lead to the exposure of system details, which may be used to plan an attack against the service, system, or network. Additionally, allocating resources to service the request could lead to a denial of service for legitimate users, leading to a loss of availability anywhere in the system.
CCC.K8S.TH01Kubernetes API is Exposed to Untrusted NetworksAn API endpoint without network restrictions may be reached from untrusted networks. Cluster resources and configuration can then be enumerated or modified through exposed administrative interfaces. Cluster data may be disclosed, configuration integrity may be lost, and workloads may be disrupted.

Assessment Requirements

IDTextApplicability
CCC.K8S.CN01.AR01When a Kubernetes API endpoint is active, its network access configuration MUST restrict inbound traffic to explicitly approved private networks or source address ranges.tlp-clear, tlp-green, tlp-amber, tlp-red
CCC.K8S.CN01.AR02When a Kubernetes API endpoint is active, public network access to that endpoint MUST be disabled.tlp-amber, tlp-red

Guideline Mappings

FrameworkIDRemarks
NIST_800_53SC-7Boundary Protection
NIST_800_53AC-17Remote Access