Meteor Dev & Deploy Framework using Google Cloud, Kubernetes, Helm, Docker & CircleCi
git push
deploys using CircleCI & Docker✨ Install Astrolab to Kubernetes: helm install --namespace astrolab-production .
Perform rolling updates to your deployment: helm apply -f deployment.yaml
Using Kubernetes you can customize just about any aspect of this deploy, Kubernetes also handles deploy versioning and rollback and a host of other common production deployment tasks!
kubectl
) …to be continued