Several applications within UDS Core can be configured to utilize resources that are external to your Kubernetes cluster, such as object storage and databases. If you are running in AWS, you can leverage IRSA to provide applications within UDS Core with a secure means of accessing external resources.
The following applications in UDS Core that support IRSA are:
This guide will cover how to configure IRSA for each application.
Prerequisites
Configuring IRSA requires that you have configured an IAM OIDC provider for your cluster. Refer to the IRSA documentation for more information.
You must also create IAM Roles and Policies for each application. Refer to the IRSA documentation for more information.
Bundle Configuration
Configuring applications within UDS Core to use IRSA requires that you declare overrides in UDS Bundle configuration. Below are the necessary overrides for each application.
Loki
Loki can be configured to use IRSA by setting the following overrides in your uds-bundle.yaml:
Next, in your uds-config.yaml, supply a value for LOKI_IRSA_ROLE_ARN:
Velero
Velero can be configured to use IRSA by setting the following overrides in your uds-bundle.yaml:
Next, in your uds-config.yaml, supply a value for VELERO_IRSA_ROLE_ARN: