Hey everyone! I'm on the hunt for a significant project to dive into, ideally something that would genuinely help others. If you could each share one major issue you're facing in your workflows or any gaps in the Kubernetes ecosystem that you think someone should address with a tool, I would really appreciate it. Thanks!
3 Answers
At my last job, we had to take down all pods to zero, then restart them with the same replica using a queue system. With hundreds of deployments, stateful sets, and daemon sets, I couldn’t find any scripts or projects that addressed this. It may not seem huge, but it could be quite useful in specific scenarios.
Why not check out the GitHub repo of a tool you currently use? Look for an open issue there and give it a shot! It’s a great way to contribute to the community and solve real problems at the same time.
I've spent a ton of time tackling a challenging gap: reliable AI agent orchestration for teams without infrastructure expertise. There’s a huge divide between being able to run a simple prompt and having something that executes reliably every week without much oversight. Most DevOps tools are tailored for server management or pipelines, but not for easier task automation that connects to numerous apps. I'm currently working on something called m8tes.ai to address this. I’d be glad to share what I've learned about the challenges, which mostly revolve around the integrations, not the AI itself.

That sounds incredibly ambitious! I'm really interested in your vision for this tool and the progress you’ve made. Could you share more details?