From 28d13762f205e9dce0f40b4b2848c7a9b97f8fd9 Mon Sep 17 00:00:00 2001 From: Brandon Wulf Date: Wed, 11 Apr 2018 13:48:32 -0700 Subject: [PATCH] Adding connection info. --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index f5bffdc..6328ef3 100644 --- a/README.md +++ b/README.md @@ -128,6 +128,13 @@ Deploy to kubernetes: kubectl apply -f . ``` +Connect to the web gui: +``` +kubectl proxy +``` +http://localhost:8001/api/v1/namespaces/default/services/netbox-nginx:80/proxy/ + + ### NAPALM Configuration Since v2.1.0 NAPALM has been tightly integrated into NetBox.