Uninstalling the Protector in Dynamic Method

Describes steps to uninstall the AP Java container in dynamic method.

To uninstall the Protector:

  1. Run the following command to uninstall the Log Forwarder from the Kubernetes cluster.
helm uninstall <Release_Name> --namespace <Namespace where the Log Forwarder is deployed>

For example:

helm uninstall log1 --namespace iap-java
  1. Run the following command to uninstall the RPP from the Kubernetes cluster.
helm uninstall <Release_Name> --namespace <Namespace where RPP is deployed>

For example:

helm uninstall rpp --namespace iap-java
  1. Run the following command to uninstall the Application Protector Java Container from the Kubernetes cluster.
helm uninstall <Release_Name> --namespace <Namespace where the AP Java Container is deployed>

For example:

helm uninstall iap-java-dynamic --namespace iap-java
  1. Run the following command to delete the Kubernetes secrets.
kubectl delete secret <Secret_Name> --namespace <Namespace where the AP Java Container is deployed>

For example:

kubectl delete secret common-cert --namespace iap-java

Repeat this step to delete all the secrets that you have created while deploying the RPP and the Application Protector Java Container:

  • common-cert
  • upstream-cert
  • service-certs
  • rpp-client-certs
  • regcred
  1. Run the following command to delete the Kubernetes namespace.
helm delete namespace <Namespace where the AP Java Container is deployed>

For example:

helm delete namespace iap-java

Last modified : April 17, 2026