Miget is a streamlined deployment system that leverages Git and Kubernetes to manage and automate the deployment of applications. This system is particularly effective for teams looking to integrate continuous deployment practices into their development workflow.
Deployment Methods
Miget supports multiple deployment methods to fit your workflow:
- Git Push to Builder — Push your code directly to Miget’s builder. Miget handles building and deploying your application automatically.
- Container Registry — Deploy pre-built container images from any Docker registry. Ideal when you have your own CI/CD pipeline.
- Parent Image — Use another Miget app as a base image for your deployment.
You can switch between deployment methods at any time in your application’s Settings → Deployment section.