January 2018
Intermediate to advanced
318 pages
7h 6m
English
Before we move on we can also install the web interface for Kubeless. This, like Kubeless itself, can easily be installed by running:
$ kubectl create -f https://raw.githubusercontent.com/kubeless/kubeless-ui/master/k8s.yaml
You can then use Minikube to open the service in your browser by running:
$ minikube service ui --namespace kubeless
As you can see from the preceding command, as the ui service has been deployed in the kubeless namespace we need to let Minikube know that this is where the service is accessible by passing the --namespace flag. It may take up to several minutes for the Kubeless web interface to launch, but when it does you should be greeted by a page that looks like the following:
Read now
Unlock full access