Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 316 Bytes

99-cleanup.md

File metadata and controls

18 lines (12 loc) · 316 Bytes

Cleanup

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)

Delete the cluster

$ gcloud container clusters delete hello-clojure