It may be required to identify the Java version used by Aria Automation or Aria Automation Orchestrator for example to determine if the deployed Application is impacted by a vulnerability with Java.
Since Aria Automation and Aria Automation Orchestrator is deployed as a containerized Application it may be required to review different services.
kubectl -n prelude get deploy
kubectl -n prelude exec deploy/provisioning-service-app -- java --version
Since the Orchestrator deployment uses multiple container you also need to define the container vco-server-app:
kubectl -n prelude exec deploy/vco-app -c vco-server-app -- java --version