Hi Everyone.
I am running a K3s cluster on-premises and need to grant access to an AWS S3 bucket for one of my deployments. While EKS simplifies this process through IRSA, I am unsure of the most secure approach for K3s.
Providing direct access keys and secrets is not ideal. I am seeking a secure alternative to achieve this access without compromising credentials.
Any suggestions and insights are greatly appreciated!