Stop Axual services

Uninstall Axual from kubernetes

Time to do some cleanup

Uninstall Nginx

  1. Use the following command to uninstall the nginx controller from the nginx namespace.

    helm uninstall nginx -n nginx

Uninstall Axual Platform

  1. Use the following command to uninstall the Axual Platform from the kafka namespace.

    helm uninstall platform -n kafka

Uninstall Axual Operator

  1. Use the following command to uninstall the Axual Operator from the kafka namespace.

    helm uninstall strimzi -n kafka

Uninstall Client Services

  1. Use the following command to uninstall the client service Axual Connect from the kafka namespace.

    helm uninstall axual-connect -n kafka