- Overview
- Requirements
- Pre-installation
- Preparing the installation
- Downloading the installation packages
- Configuring the OCI-compliant registry
- Granting installation permissions
- Installing and configuring the service mesh
- Installing and configuring the GitOps tool
- Installing the External Secrets Operator in Kubernetes
- Applying miscellaneous configurations
- Running uipathctl
- Installation
- Post-installation
- Migration and upgrade
- Monitoring and alerting
- Cluster administration
- Product-specific configuration
- Orchestrator advanced configuration
- Configuring Orchestrator parameters
- Configuring appSettings
- Configuring the maximum request size
- Overriding cluster-level storage configuration
- Configuring NLog
- Saving robot logs to Elasticsearch
- Configuring credential stores
- Configuring encryption key per tenant
- Cleaning up the Orchestrator database
- Skipping host library installation
- AI Trust Layer
- Troubleshooting
- The backup setup does not work due to a failure to connect to Azure Government
- Pods in the uipath namespace stuck when enabling custom node taints
- Unable to launch Automation Hub and Apps with proxy setup
- Velero backup fails with FailedValidation error
- External Secrets troubleshooting
- Temporal as a Service troubleshooting
- AI Center and Document Understanding pods fail to start with TLS certificate verification enabled
- TLS certificate validation errors
- Fluentd does not export logs in IPv6 environments
- Studio Desktop cannot load Integration Service connectors and activities
- Manual ArgoCD NetworkPolicy mitigation (GHSA-47m3-95c7-g2g8)
- Configuring resource requests and limits for uipathctl-created workloads
Architecture layers, component descriptions, and responsibility matrix for Automation Suite on EKS/AKS.
High-level architecture
Automation Suite allows you to bring and manage your own Kubernetes cluster.
The following diagram shows the Automation Suite architecture with all component layers.
There are three sections of the stack:
- UiPath® managed: UiPath® services and components optimized for Automation Suite provided and supported by UiPath®.
- Optional to install: If you have the same components pre-configured in your Kubernetes cluster, you can choose to skip installing them via Automation Suite. In this case, you will manage the life cycle of these components.
- Customer managed: Prerequisites for deploying Automation Suite on your cloud infrastructure managed and supported by you. For supported configurations, refer to the Compatibility matrix.
| Stack Component | Description |
|---|---|
| UiPath® managed | |
| UiPath® products | When you deploy Automation Suite, a minimum set of shared capabilities are installed by default, such as UiPath® Portal, Identity, License, Org Management, and Audit. You can choose which UiPath® products to enable on Automation Suite both at the time of installation or post-installation. Note that there are you must address. |
| ArgoCD | Open-source declarative CD tool for Kubernetes. It follows the GitOps pattern of using Git repositories as the source of truth for defining the desired application state. It is optimized to provide application life cycle management (ALM) capabilities for Automation Suite. |
| Optional to install | |
| Gatekeeper and container policies | Open-source tool that allows a Kubernetes administrator to implement policies for ensuring compliance and best practices in their cluster. If you bring your own Gatekeeper and associated policies, review the access needed by Automation Suite. |
| Networking policies | Kubernetes networking policies provide a way to control networking traffic flow at IP address or port level (Layer 4). Automation Suite comes with an optionally bundled component with networking policies implemented to follow security best practices. Note that Automation Suite-bundled networking policies are only compatible with Cilium CNI. If you use a different type of CNI or if you bring your own networking policies, make sure to check the compatibility of these policies with Automation Suite. For details, refer to Security and compliance. |
| Cert Manager | Cert Manager is an open-source certificate controller for Kubernetes. You can choose to keep the Cert Manager pre-configured within Automation Suite or bring your own. If you bring your own, you are responsible for managing the lifecycle of that component. If you choose to bring your own Cert Manager, and your TLS certificate is issued by a private or non-public CA, you must manually include both the leaf certificate and intermediate CA certificates in the TLS certificate file. In case of public CAs, they are automatically trusted by client systems, and no further action is required on your part. |
| Prometheus | Open-source system monitoring toolkit for Kubernetes. It can accept metrics from Kubernetes components and workloads running in the clusters and store those in time series database. If you choose not to install Automation Suite-bundled Prometheus, you must configure your Prometheus to collect metrics. Prometheus bundled with Automation Suite is not configured for high availability (HA) mode. If you require a monitoring stack with HA functionality, you must supply your own Prometheus. |
| Alert Manager | Open-source tool that handles alerts sent by client applications such as the Prometheus server. It is responsible for deduplicating, grouping, and routing them to the correct receiver integrations, such as email, PagerDuty, or OpsGenie. Automation Suite configures custom alerts, such as certificate expiration. If you choose not to install Automation Suite-bundled Alert Manager, you must configure your own alerts. Alert Manager bundled with Automation Suite is not configured for high availability (HA) mode. If you require a monitoring stack with HA functionality, you must supply your own Alert Manager. |
| Grafana | Open-source visualization tool used for querying and visualizing data stored in Prometheus. You can create and ship a variety of dashboards for cluster and service monitoring. If you choose not to install Automation Suite-bundled Alert Manager, you must create your own alerts. Grafana bundled with Automation Suite is not configured for high availability (HA) mode. If you require a monitoring stack with HA functionality, you must supply your own Grafana. |
| FluentD and Fluent-bit | Open-source log scraping solution. The logging operator deploys and configures a background process on every node to collect container and application logs from the node file system. If you choose not to install Automation Suite-bundled FluentD and Fluent Bit, you must configure your own log scraper. storageclass.kubernetes.io/is-default-class: "true" . |
| Velero | Open-source tool that allows you to take a snapshot backup and restore. If you choose not to install Automation Suite-bundled Velero, make sure you take backups as per your Disaster Recovery policy. |
| Istio | Open-source service mesh that provides functionality such as ingress, request routing, and traffic monitoring, for the microservices running inside the Kubernetes cluster. |
| External Secrets Operator | External Secrets Operator (ESO) is a Kubernetes operator designed to synchronize secrets from external secret management services, such as AWS Secrets Manager, HashiCorp Vault, Google Secrets Manager, Azure Key Vault, and other, directly into Kubernetes as native Secret objects. You can choose to install your own version of the External Secrets Operator if you prefer not to install the Automation Suite-bundled External Secrets Operator. |
| Customer managed | |
| Kubernetes cluster (AKS or EKS) | Azure Kubernetes Service and Elastic Kubernetes Service are managed Kubernetes services from Microsoft Azure cloud and Amazon Web Services, respectively. Make sure to configure the EKS/AKS cluster correctly, with the required worker nodes and capacity. |
| Object storage | Automation Suite and UiPath® Services require Object Storage - Azure Blob Storage, Amazon S3 (Simple Storage Service), or an S3-compatible objectstore. |
| Block storage | Block storage is similar to disk storage needed for Automation Suite platform and UiPath® products. Automation Suite is compatible with Azure Disk Storage and Amazon’s Elastic Block Storage. |
| File Storage | File storage is hierarchical data storage methodology and is needed for several UiPath® products. Automation Suite is compatible with Azure Files and Elastic File Storage from Microsoft and AWS, respectively. |
| Caching | Caching is required by several UiPath® products. Automation Suite is compatible with Cloud Redis for Azure and Elasticache for AWS. |
| Database | SQL Server and SQL databases are needed for all UiPath® products. Automation Suite is compatible with Microsoft SQL server, Azure SQL and AWS managed (RDS) SQL services. AutomationSuite_Airflow database. |
| Secretstore | Secretstore in Automation Suite is an external source for storing sensitive credentials used as a part of automation suite. It can be a Kubernetes secret or an key vault. |
Responsibility matrix
| Activity | UiPath® responsibility | Customer responsibility |
|---|---|---|
| Infrastructure prerequisites |
|
|
| Managing optional components
|
|
|
| Network policies (optionally provided by UiPath®) |
|
|
| Gatekeeper and OPA policies (optionally provided by UiPath®) |
|
|
|
|
|
|
| Automation Suite upgrades |
|
|
| Infrastructure upgrades |
|
|
| Backup and Restore |
|
|
| Support |
|
|