Automation Suite - How To Check Automation Suite Product's Installed Version In Kubernetes Cluster?

Automation Suite - How to check Automation suite installed version in kubernetes cluster.

  • Login to the Automation Suite server and execute the below commands to see AS version
- export KUBECONFIG="/etc/rancher/rke2/rke2.yaml" && export PATH="$PATH:/usr/local/bin:/var/lib/rancher/rke2/bin"
- kubectl get application -A -o wide


  • The revision column contains the relevant Product version.