Hacker News new | ask | show | jobs
by parvenu74 2313 days ago
Is there even a viable alternative to Kubernetes at this point? For that matter, is there an alternative to YAML for defining Kubernetes setups?
4 comments

I find that nomad is actually a very good alternative.
Sure, https://github.com/Azure/draft doesn't require any YAML and deploys onto Kubernetes.

I remember someone also doing a demo of configuring your kubernetes deployment on your Java objects directly.

OpenShift of course. And no, there are no alternatives AFAIK for the setups.
I believe there are a few viable k8s alternatives depending on your requirements. We use Jsonnet currently, but CUElang looks neat as well.