Giter VIP home page Giter VIP logo

netbox-kubernetes's Introduction

netbox-kubernetes

Kubernetes manifest resources for Netbox.
All images are pulled from docker hub.
Netbox images pulled from the community-maintained Docker Hub.

Quickstart on Minikube

To get NetBox up and running on Minikube:

$ git clone
$ cd netbox-kubernetes
$ kubectl apply -f netbox-pvc.yaml
$ kubectl apply -f netbox-env-configmap.yaml
$ kubectl apply -f netbox-deployment.yaml

At the moment you can access the application using follwing command.

$ kubectl get pods -n netbox

Now you can replace "Nginx-Pod-Name":

$ kubectl port-forward Nginx-Pod-Name 8001:80 --namespace netbox

8001 is a localport It can be changed according to you. The application will be available after a few minutes. "http://localhost:8001"

**accessing** Netbox using NodePort
As Netbox is using ALLOWED_HOST variable, we need to update the value of it as well as in /etc/hosts in order to access it on nodeport. for example, netbox.netbox is FQDN   
"http://netbox.netbox:NODEPORT"

Default credentials:

  • Username: admin
  • Password: admin
  • API Token: 0123456789abcdef0123456789abcdef01234567

Dependencies

https://hub.docker.com/r/netboxcommunity/netbox/

Road Map/To Do

  • Ingress-Controller
  • Helm Chart

About

This is a living document.
If you spot areas that can be improved or rewritten, contributions are welcome!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.