turkcankeskin/k8s-waste-analyzer — reverse-engineered prompt
Reverse engineered prompt
Build me a Kubernetes waste analyzer dashboard for SRE teams. I want it to connect to a Kubernetes cluster and Prometheus, then show where we’re wasting resources or taking security risks.
It should find workloads missing CPU or memory requests and limits, pods with overallocated CPU or memory, underused PVC storage, orphaned PVCs, ConfigMaps, Secrets and Services, containers using latest image tags, and containers running as root. Make the UI easy to browse with filters for namespace, workload type, severity and time window.
For each issue, show plain English recommendations, estimated monthly and yearly savings where possible, and a step by step playbook with useful kubectl commands and example YAML. Add report exports as HTML, JSON and CSV.
Please include a backend API, a modern web frontend, Docker Compose for local development, Helm deployment for Kubernetes, environment based config, logging, and API docs. Look up current docs online if you need to.
Want more depth? Deep Reverse