Ask HN: Kubernetes Deployers

  • Use a managed platform like minikube for your laptop, or terraform to provision EKS if you’re in in AWS, or the equivalents in the other clouds.

    There’s no point to building your own control plane from scratch anymore for 95% of cases.

  • Have a look at bunnyshell.com

    It can deploy full environments, not just apps