Skip to content

andre-lx/netbox-kubernetes

Repository files navigation

This repository was made for:

Current versions:

- netbox 2.7.2
- postgres 11.4
- redis 5.0.6
- nginx 1.17.6

Installation:

kubectl apply -f netbox-namespace.yaml
kubectl apply -f pvc-netbox.yaml 
kubectl apply -f redis-all.yaml
kubectl apply -f postgres-all.yaml
kubectl apply -f nginx-all.yaml
kubectl apply -f netbox-all.yaml



Credits:

This is an original fork from: vishnoisuresh/netbox-kubernetes