phoenix/README.md
mrxhunt 7da5250365
Some checks failed
Build and Push / build (push) Failing after 21s
Update README.md
2026-03-11 19:08:10 +00:00

17 lines
536 B
Markdown

# Phoenix App
**WARNING: This application contains intentional security vulnerabilities. DO NOT deploy on production clusters.**
A deliberately insecure application for Kubernetes hardening training.
## Purpose
The app demonstrates common Kubernetes misconfigurations and vulnerabilities, including:
- Remote Code Execution (RCE)
- Overpermissive RBAC
- Privileged containers
- Host filesystem access
- Host PID/Network namespace access
Attendees learn to defend against these attacks through progressive infrastructure hardening.