This is a KB to show how to check what version of PowerShell, PowerCLI and Python Aria Automation is using.
When Aria Automation/Orchestrator upgrades are done it can update the version of PowerShell, PowerCLI and Python it is currently using. This can cause issues with scripts currently configured Aria Orchestrator. If we know the version of the languages before upgrading Aria Automation then testing can be done.
We can use the following kubectl command in Aria Automation/Orchestrator
kubectl -n prelude exec -it $(kubectl get pod -n prelude -l app=vco-app -o jsonpath="{.items[0].metadata.name}") -c vco-polyglot-runner -- docker image ls