Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ffddorf/netbox-kubernetes
- Owner: ffddorf
- Created: 2024-03-30T14:53:53.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-26T09:49:56.000Z (8 months ago)
- Last Synced: 2024-05-01T11:39:28.812Z (8 months ago)
- Topics: kubernetes, netbox
- Language: Dockerfile
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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 .`