Skip to content
This repository was archived by the owner on Sep 2, 2026. It is now read-only.

Latest commit

 

History

History
27 lines (18 loc) · 837 Bytes

File metadata and controls

27 lines (18 loc) · 837 Bytes

Contiv VPP UI

Demo: video at contivpp.io

This project was generated with Angular CLI version 7.0.2.

Quickstart

Deploy UI:

kubectl apply -f https://raw.githubusercontent.com/contiv/vpp/master/k8s/contiv-vpp-ui.yaml

UI is exposed as nodeport service it can be accessed from web browser at http://<node-ip>:32500.

In order to forward the service from vagrant machine run:

vagrant ssh-config > vagrant.conf
ssh -F vagrant.conf -L 32500:127.0.0.1:32500 k8s-master

Configuration

Default UI deployment assumes that Contiv API is exposed via HTTP without additional security features. If that is not the case follow README and generate your customized deployment yaml file using helm.