This repo is intended to house Helm charts for the Nautobot project, today there is one Nautobot chart but we are ready for more if the need arises. Helm is the unofficial package manager for Kubernetes, it provides a simple way for users to deploy applications to Kubernetes without defining custom Kubernetes manifests. This allows users of all experience levels to deploy applications the way the developers intend for them to be deployed. Helm is capable of also providing restrictions and tests to validate the deployment configuration.
Helm must be installed to use the charts. Please refer to Helm's documentation to get started.
Once Helm is set up properly, add the repo as follows:
helm repo add nautobot https://nautobot.github.io/helm-charts/
You can then run helm search repo nautobot
to see the charts.
To install a chart from the nautobot repo run:
helm install {Release Name} {Repo Name}/{Chart Name}
for example:
helm install nautobot nautobot/nautobot
- Documentation: See the Nautobot chart README.
- Slack: checkout the #nautobot channel on the Network to Code slack!
See CONTRIBUTING.md
See the Release Checklist