- Getting Started with Kubernetes(Second Edition)
- Jonathan Baier
- 71字
- 2025-04-04 19:14:14
Resetting the cluster
You just had a little taste of running the cluster on AWS. For the remainder of the book, I will be basing my examples on a GCE cluster. For the best experience following along, you can get back to a GCE cluster easily.
Simply tear down the AWS cluster, as follows:
$ kube-down.sh
Then, create a GCE cluster again using the following:
$ export KUBERNETES_PROVIDER=gce
$ kube-up.sh