AWS EKS IAM Roles for Service Accounts Example

Source code associated to my article on IRSA in EKS

  • Infrastructure : Terraform root module used to create the AWS resources (EKS cluster, IAM)
  • Kubernetes Resources : Pod and Service Account creation
  • App : Golang application that runs in the Pod

Associated Gists :