QuestionQ22

UiPath Platform components and integrations

What must be done when multiple Automation Suite instances are deployed on the same OpenShift cluster?

  • A Install Redis in each relevant namespace and update input.json accordingly
  • B Use Kubernetes ConfigMaps to link Redis across namespaces
  • C Redis is not needed if Service Mesh is installed
  • D Use a shared Redis installation across all namespaces
Explanation

Multiple Automation Suite instances on one OpenShift cluster require Redis to be installed in each corresponding namespace. Each instance’s input.json must be updated with the Redis host appropriate to that installation, which preserves instance-specific Redis configuration.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!