The gitlab
chart is the best way to operate GitLab on Kubernetes. This chart contains all the required components to get started, and can scale to large deployments.
Some of the key benefits of this chart and corresponding containers are:
- Improved scalability and reliability
- No requirement for root privileges
- Utilization of object storage instead of NFS for storage
The default deployment includes:
- Core GitLab components: Unicorn, Shell, Workhorse, Registry, Sidekiq, and Gitaly
- Optional dependencies: Postgres, Redis, Minio
- An auto-scaling, unprivileged GitLab Runner using the Kubernetes executor
- Automatically provisioned SSL via Let's Encrypt.
See architecture documentation for an overview of this project goals and architecture.
Some features of GitLab are not currently available:
- GitLab Pages
- GitLab Geo
- No in-cluster HA database
- MySQL will not be supported, as support is deprecated within GitLab
Check the releases documentation for information on important releases, and see the changelog for the full details on any release.
See the installation documentation for a quick-start to using this chart.
See the repository documentation for detailed documentation on charts, tools, and advanced configuration.
Please see the contribution guidelines And then check out the development styleguide.