I am working on heroku/dokku-like CLI tool which manages and deploys apps to any Kubernetes cluster and abstracts all kubernetes concepts from you. Tool has simple commands like "config set KEY=VALUE" and so. I also plan to implement simple web UI.
The tool requires minimum dependencies inside the kubernetes cluster and it tries to follow all best practices on kubernetes.
Unfortunately the tool is not ready yet.
Would something like this be interesting for someone else other than me?
Yes! I think this is the right approach. Using kubernetes is going to be much safer on the long term, because most software projects die and kubernetes isn't going to die soon. It is also much more used and probably a lot more stable.
The tool requires minimum dependencies inside the kubernetes cluster and it tries to follow all best practices on kubernetes. Unfortunately the tool is not ready yet.
Would something like this be interesting for someone else other than me?