macOS
Deployment Guide
Clone aurras-deployment-kubernetes with submodules
git clone https://github.com/HugoByte/aurras-deployment-kubernetes --recurse-submodules2. Navigate to openwhisk setup directory
cd aurras-deployment-kubernetes/openwhisk3. Get InternalIP of the cluster
kubectl describe nodes | grep InternalIP4. Creating mycluster.yaml with apiHostName as InternalIP of the nodes
whisk:
ingress:
type: NodePort
apiHostName: 192.168.65.3
apiHostPort: 31001
nginx:
httpsNodePort: 310015. Create a namespace
6. Indicate the Kubernetes worker nodes that should be used to execute user containers by OpenWhisk's invokers
7. Deploy Openwhisk using helm
8. Get the summary of installation using
Last updated