Skip to content

Overview

pre-commit Artifact Hub renovate

This Nautobot Helm Chart is used to deploy the Nautobot project in Kubernetes via Helm. This chart is intended to provide a starting point for users new to Nautobot to be able to quickly and easily deploy the stock Nautobot containers built by the Nautobot project straight to Kubernetes with as little friction as possible.

This chart is also provides a foundation for a much more complex production ready deployment of Nautobot see Advanced Features for more information.

Quick Start

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} --set postgresql.auth.password="{PostgreSQL Password}" --set redis.auth.password="{Redis Password}"

for example:

helm install nautobot nautobot/nautobot --set postgresql.auth.password="change-me" --set redis.auth.password="change-me"

Support

Contributing

See Contributing

Releases

See the Release Checklist