January 2018
Intermediate to advanced
318 pages
7h 6m
English
Apache OpenWhisk, like OpenFaaS, installs itself on top of your Kubernetes cluster rather than fully integrating itself. However, as we covered in Chapter 7, Apache OpenWhisk and Kubernetes, the CLI needs to be configured to authenticate itself against the installation once the service is exposed to the public internet. In that chapter, we ran the following commands to expose the service and authenticate the client against the API host:
$ kubectl -n openwhisk expose service nginx --type=LoadBalancer --name=front-end$ wsk -i property set --auth 23bc46b1-71f6-4ed5-8c54-816aa4f8c502:123zO3xZCLrMN6v2BKK1dXYFpXlPkccOFqm12CdAsMgRU4VrNZ9lyGVCGuMDGIwP --apihost https://35.188.204.73:443
So again, this service is secure by default, ...
Read now
Unlock full access