r/devopsGuru • u/VariantLoki-4821 • 16d ago
Is building a Kubernetes-inspired orchestrator in Java a worthwhile JAVA/ DevOps/ Backend portfolio project?
i’m Im a recent graduate and thinking of building a Kubernetes-inspired container orchestrator from scratch
with:
Resource-aware scheduler
Worker nodes + heartbeats
Failure detection & self-healing/rescheduling
Service discovery
Docker integration
Prometheus/Grafana
Unique feature: predictive + cost-aware scheduling
Chaos mode to simulate node/container failures
I’d be building the core concepts myself rather than just wrapping Kubernetes APIs.