In this 5 minute video I present howto install skydive realtime network topology analyzer onto a local k8s cluster using helm charts.
For more information:
docs: http://skydive.network
code: http://github.com/skydive-project/sky...
slack: http://skydive-project.slack.com
$ # setting up the local cluster
$ kind create cluster
$ kubectl cluster-info
$ kubectl get nodes
$ # setting up skydive helm repo
$ helm plugin install https://github.com/aslafy-z/helm-git --version 0.10.0
$ helm repo add skydive git+https://github.com/hunchback/skydive@...
$ helm repo update
$ # deploying skydive via helm
$ helm install skydive-analyzer skydive/skydive-analyzer"
$ kubectl get all -l app=skydive-analyzer
$ helm install skydive-agent skydive/skydive-agent
$ kubectl get all -l app=skydive-agent
$ # exposing skydive webui
$ kubectl port-forward service/skydive-analyzer 8082:8082