Deprovision
What Will You Do¶
Important
In the exercise so far, you provisioned an EKS cluster with Custom Networking. You then configured and deployed a workload using subnets form different CIDR blocks
Now, let us deprovision your Amazon EKS cluster and clean up everything.
- From your Terminal, enter the following command
rctl delete -f custom-networking-demo.yaml
Alternatively, you can also perform this from the web console
- Click on the gear icon on the far right of your EKS cluster
- Click on Delete and confirm deletion.
This will signal the controller to start deprovisioning the EKS cluster and all associated resources.
Note
The entire process can take approximately 10-15 mins to complete.