Installing Fission

As before, we will be using Helm to install Fission. The only difference between installing Fission locally and on a public cloud such as Google Cloud, Microsoft Azure, or AWS is that we will not be using the --set serviceType=NodePort option and instead just run the following:

$ helm install --namespace fission https://github.com/fission/fission/releases/download/0.4.0/fission-all-0.4.0.tgz

You may notice that it's a lot quicker to run this time, and that the information returned is quite similar to when we launched Fission on our local single node cluster.

You may notice, this time your installation has a different name:

NAME: orange-sharkLAST DEPLOYED: Sun Dec 10 13:46:02 2017NAMESPACE: fissionSTATUS: DEPLOYED

This name ...

Get Kubernetes for Serverless Applications now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.