Daredevil124/KubeLite ? reverse-engineered prompt
Reverse engineered prompt
Build me a simple dashboard for KubeLite that shows what is happening in a distributed task system in real time.
I want a master page where I can send a workload request, see how many requests have come in, how many tasks are done, how long the queue is, and the current CPU and memory usage across the worker containers. It should feel like a live ops screen, with clear cards or charts that update automatically and make it easy to tell when the system is busy or idle.
Also include a basic setup that fits this project, with a master service, worker service, and Redis backed queue, so I can run the whole thing locally with Docker. If you need to, look up current docs online for anything that helps with container stats or Redis connections. Keep it clean, fast, and easy to understand, and make sure the frontend matches the monitoring and task processing flow described in the README.
Are you gonna build this?
make sure you review the code using coderabbit