Hey HN, I wanted to share something I’ve been working on. My startup previously built B2B SaaS, and large enterprises sometimes wanted to self-host it for data residency reasons - but this was a nightmare to build and support. I chatted to other builders/founders and it seems this pain is pretty common. But people tolerate it because the biggest customers often require self-hosting.<p>So we’ve built and open-sourced Shepherd to make it easier to manage these self-hosted deployments. It’s MIT licensed, and provides:<p>1 - Simplified deployment with a UI to create and manage Helm charts, for easy deployment to customer Kubernetes clusters<p>2 - Automated deployment upgrades to improve version consistency and provide rollbacks<p>3 - Deployment health monitoring<p>Try it and please share any feedback:<p>Github repo - <a href="https://github.com/contextco/shepherd">https://github.com/contextco/shepherd</a><p>Demo video - <a href="https://www.youtube.com/watch?v=pelVQx_zHJc" rel="nofollow">https://www.youtube.com/watch?v=pelVQx_zHJc</a><p>Website - <a href="https://trustshepherd.com/" rel="nofollow">https://trustshepherd.com/</a>