From 3e1f688f7838aa197efe5ba113700ccc72b87d1a Mon Sep 17 00:00:00 2001 From: Chris Boot Date: Sat, 20 Jul 2019 16:51:51 -0300 Subject: [PATCH] Add a link to my Helm chart I've written and will continue to maintain a Helm chart to aid in deploying NetBox on Kubernetes. This adds a link to the README file so that people who may be interested in it can find it. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 1c6c341..cd59f54 100644 --- a/README.md +++ b/README.md @@ -81,6 +81,8 @@ You should therefore adjust the configuration for production setups, at least th ### Running on Docker Swarm / Kubernetes / OpenShift +NetBox can be installed via Helm using the [bootc/netbox][helm-chart] helm chart. + You may run this image in a cluster such as Docker Swarm, Kubernetes or OpenShift, but this is advanced level. In this case, we encourage you to statically configure Netbox by starting from [Netbox's example config file][default-config], and mounting it into your container in the directory `/etc/netbox/config/` using the mechanism provided by your container platform (i.e. [Docker Swarm configs][swarm-config], [Kubernetes ConfigMap][k8s-config], [OpenShift ConfigMaps][openshift-config]). @@ -112,6 +114,7 @@ Please also consider [the advice about running Netbox in production](#production [openshift-secrets]: https://docs.openshift.org/latest/dev_guide/secrets.html [k8s-secrets]: https://kubernetes.io/docs/concepts/configuration/secret/ [k8s-config]: https://kubernetes.io/docs/tasks/configure-pod-container/configure-pod-configmap/ +[helm-chart]: https://github.com/bootc/netbox-chart ### NAPALM Configuration