$ kubectl proxy --www=kubernetes-demo/local/ &
+ kubectl proxy --www=kubernetes-demo/local/
I0218 15:18:31.623279 67480 proxy.go:36] Starting to serve on localhost:8001
Now visit the the demo website. You won't see anything much quite yet.
$ kubectl create -f kubernetes-demo/jboss-rc.yaml
$ kubectl scale rc update-demo-jboss --replicas=4
$ kubectl rolling-update update-demo-jboss --update-period=10s -f kubernetes-demo/glassfish-rc.yaml
$ kubectl stop rc update-demo-glassfish
Kill the proxy running in the background...