Go to file
mrxhunt 72a4422a39
All checks were successful
Build and Push / build (push) Successful in 3s
Update README.md
2026-03-12 06:54:33 +00:00
.gitea/workflows Update .gitea/workflows/build-push.yaml 2026-03-11 18:49:55 +00:00
app.py first commit 2026-03-11 12:15:43 +05:30
Dockerfile first commit 2026-03-11 12:15:43 +05:30
README.md Update README.md 2026-03-12 06:54:33 +00:00

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. a