<aside> 🤔

In AWS Secrets Manager, there should already be a secret for each RDS instance.

If your apps require more key/value secrets, create them here before deploying them to EKS. (In this example, my backend apps require one more secret to store JWT secret values)

</aside>

Step 7.1: Create more secrets in AWS Secrets Manager

<aside> 🤔

For this project, my 2 backend apps need to access JWT access & refresh secret values → I want to create one AWS Secrets Manager secret resource to store those values.

</aside>

Step 7.2: Install Secrets Store CSI Driver to fetch the secrets from AWS Secrets Manager

Step 7.3: Using SSCSI, create Secrets and ConfigMaps for the deployments