How-To: Uninstall Radius from Kubernetes

Learn how to uninstall Radius control plane from your Kubernetes cluster

Prerequisites

Step 1: Uninstall the Radius control-plane from your kubernetes cluster

To uninstall the existing Radius control-plane, run the following command:

rad uninstall kubernetes

All the Radius services running in the radius-system namespace will be removed. Note that Radius configuration and data will still be persisted in the cluster until the namespace is also deleted.

Step 2: Delete the radius-system namespace

To delete the radius-system namespace, run the following command:

kubectl delete namespace radius-system

All Radius configuration and data will be removed as part of the namespace. This completely removes from your cluster.

Step 3: Remove the rad CLI

You can remove the rad CLI by deleting the binary and ~/.rad folder from your machine.