Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ffddorf/netbox-kubernetes

NetBox deployment on Kubernetes
https://github.com/ffddorf/netbox-kubernetes

kubernetes netbox

Last synced: about 2 months ago
JSON representation

NetBox deployment on Kubernetes

Awesome Lists containing this project

README

        

# Netbox on Kubernetes

Setup Netbox on a single-node Kubernetes Cluster using Kustomize

## Install

```sh
kubectl apply -k .
```

## Applying changes

### Kubernetes Manifests

Run `kubectl apply -k .` to apply any changes to the Kubernetes Manifests.

### Upgrades

When changing the Netbox version or plugins, a new image needs to be built. Make a commit to have the CI build and push the image.

Afterwards, update `netbox/kustomization.yaml` to use the newly built image, by specifying `-`.

Then apply the change, by running `kubectl apply -k .`