# Kubernetes Baseline Reference

> **Purpose:** use this page as the short jump page for reviewers who arrive in the snippets section but actually need the curated Kubernetes baseline and the misconfiguration map.

## Open next

* [Kubernetes Security Baseline](/cloud-kubernetes-and-infrastructure-security/index-1/kubernetes-security-baseline.md)
* [Kubernetes Top 10 Misconfigurations](/cloud-kubernetes-and-infrastructure-security/index-1/kubernetes-top-10-misconfigurations.md)
* [Kubernetes Hardening](/cloud-kubernetes-and-infrastructure-security/index-1/kubernetes-hardening.md)
* [Kubernetes API Access Hardening](/cloud-kubernetes-and-infrastructure-security/index-1/kubernetes-api-access-hardening.md)

## What this reference is for

Use it when you need a fast pointer for:

* baseline cluster controls;
* reviewer checklists for namespaces, workloads, RBAC, and network policy;
* deeper operational hardening pages rather than raw command snippets only.

## Why it exists

Several parts of the knowledge base reference “the Kubernetes baseline” as a concept. This page exists so readers do not land on a dead-end stub when they follow those references from snippets, interview packs, or quick command pages.

## Use with

* [Snippets and Reference](/learning-labs-interview-and-templates/index.md)
* [Kubernetes Security Tooling Map and Standards](/cloud-kubernetes-and-infrastructure-security/index-1/kubernetes-security-tooling-map-and-standards.md)
* [Threat Modeling Process — Kubernetes Example](/application-security-and-secure-sdlc/index/kubernetes-threat-modeling-process-example.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.product-security.expert/learning-labs-interview-and-templates/index/kubernetes-baseline.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
