Providing access to AWS resources from Kubernetes using OIDC
If you're running a Kubernetes cluster with workloads that need access to AWS services you probably wondered what's the best way of granting that access. There are number of solutions that can be deployed: 1. Use static user credentials 2. If the cluster is running in…