Show HN: I built a SaaS starter kit with Docker, Kubernetes, CI/CD and more(saasstarterkit.app)
saasstarterkit.app
Show HN: I built a SaaS starter kit with Docker, Kubernetes, CI/CD and more
https://saasstarterkit.app/
1 comments
What is the kubernetes for if this is a starter kit? I presume this is for businesses without an existing infra and possibly a domain mame and a simple VPS/Shared host?
Kubernetes is not necessarily for large organization or complex needs. I have found it to be very helpful to use a simple Helm chart to be able to deploy all my apps in the same way on a shared set of resources, and I find it way easier to set things up on a shared VPS, therefore I wanted to build a kit that allows automated deployments and all the other benefits of Kubernetes without the complexity from the beginning.