Classification: Reference implementation
Deployment claim: None
This repository defines and validates the operating shape of a security-conscious Kubernetes application namespace.
- restricted Pod Security admission label
- dedicated service account
- automatic service-account token mounting disabled
- non-root container execution
- privilege escalation disabled
- all Linux capabilities dropped
- RuntimeDefault seccomp profile
- read-only root filesystem
- CPU and memory requests and limits
- readiness and liveness probes
- multiple replicas
- PodDisruptionBudget
- HorizontalPodAutoscaler
- ingress and egress NetworkPolicy
python -m pip install -r requirements.txt
python validate_platform.pyThe validator parses the Kubernetes YAML and checks the documented resource and workload controls.
GitHub Actions repeats the same validation on pushes, pull requests and manual runs. The workflow has read-only repository permissions and uses immutable action SHAs.
This repository is a reviewed reference pattern, not evidence of a customer cluster or production SLO. It deliberately avoids claiming workload performance, uptime or customer outcomes.