Delete the load-balancer you created in Starting, exposing, and testing a Clojure app.
$ kubectl delete service hello-clj
...
$ kubectl get services
(Should be empty)
$ gcloud container clusters delete hello-clojure
$ kubectl delete service hello-clj
...
$ kubectl get services
(Should be empty)
$ gcloud container clusters delete hello-clojure