Deploy to Kubernetes Using Git Push (gitkube.sh)
Subscribe to our newsletter
For Heroku style deployments to Kubernetes: Gitkube is a tool for building and deploying docker images on Kubernetes using git push. Features according to the gitkube.sh project page:
- No dependencies except native tooling (git, kubectl)
- Plug and play installation
- Simple public key based authentication
- RBAC ready - Control access to git remotes using RBAC
- Support for namespace based multi-tenancy - Remotes can only deploy to their own namespace
- No assumptions about repository structure