January 2018
Intermediate to advanced
318 pages
7h 6m
English
Before we remove our Google Cloud, three-node Kubernetes cluster, let's quickly revisit Kubeless. To deploy Kubeless, run the following commands:
$ kubectl create ns kubeless$ kubectl create -f https://github.com/kubeless/kubeless/releases/download/v0.2.3/kubeless-v0.2.3.yaml
Once deployed, you can check the status by running the following:
$ kubectl get pods -n kubeless$ kubectl get deployment -n kubeless$ kubectl get statefulset -n kubeless
You can also check Workloads and Discovery & load balancing in the Google Container Engine section of the Google Cloud web interface. Once Kubeless has been deployed, return to the /Chapter04/hello-world folder in the repository that accompanies this book and run the following command ...
Read now
Unlock full access