Comment by czhu12
Yeah, documentaiton is one area I've been meaning to spend more time in. The application runs outside of Kubernetes, it effectively manages a Kubernetes cluster and exposes a "heroku" like interface.
This way, it doesn't result in having to host a separate app within your cluster, saving resources. I was kind of imagining this to be deploying to fairly small, indie hacker type setups, so making sure that it was resource efficient was relatively important.
The docker compose set up is just for local development. I'll make that more clear, thanks for the feedback!
Does this require docker and kubernetes?