January 2018
Intermediate to advanced
318 pages
7h 6m
English
OpenFaaS comes with a web-based user interface, which can be accessed by running the following command on macOS and Ubuntu:
$ open http://$(minikube ip):31112/
Windows users can run:
$ minikube service gateway-external
This will open the OpenFaaS web UI, where you should see the hello function we created in the previous section. Selecting the function, entering some text in the Request Body form field, and then clicking on INVOKE will call the function, as you can see from the following screenshot:

The OpenFaaS UI also includes a store, where you can deploy community-curated functions directly to your OpenFaaS installation. ...
Read now
Unlock full access