Skip to content

Helm Charts for using Nautobot in Kubernetes environments.

License

Notifications You must be signed in to change notification settings

fluzzykitten/helm-charts

 
 

Repository files navigation

Nautobot Helm Charts

pre-commit Artifact Hub renovate

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.

Usage

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

Support

Contributing

See CONTRIBUTING.md

Releases

See the Release Checklist

License

Apache 2.0 License

About

Helm Charts for using Nautobot in Kubernetes environments.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Smarty 92.4%
  • Ruby 3.8%
  • Shell 3.8%