Saurabh Adhaudevopsvoyager.hashnode.dev·Oct 20, 2024How can you securely configure a Kubernetes pod to access an Amazon S3 bucket using IAM Roles for Service Accounts (IRSA) in an EKS cluster?Question: How can you securely configure a Kubernetes pod to access an Amazon S3 bucket using IAM Roles for Service Accounts (IRSA) in an EKS cluster, and how can you verify that the pod is accessing the bucket correctly? Answer: To securely configur...Discuss·10 likesQ & AEKS
Saurabh Adhaudevopsvoyager.hashnode.dev·Oct 18, 2024Configuring OIDC Provider with AWS Account to Access S3 Bucket from a Kubernetes Pod Using AWS Management ConsoleIntroduction Accessing AWS resources securely from applications running in Kubernetes is a common requirement. By using AWS IAM Roles for Service Accounts (IRSA) and OpenID Connect (OIDC), you can grant fine-grained permissions to your Kubernetes pod...Discuss·10 likesAWSAWS
Kilokiloai.hashnode.dev·Sep 4, 2024EKS Pod IdentityEKS Pod Identity là một giải pháp trong Amazon Elastic Kubernetes Service (EKS) cho phép các pod trong Kubernetes cluster có thể truy cập an toàn vào các dịch vụ AWS mà không cần sử dụng các thông tin xác thực (credentials) tĩnh như Access Key hoặc S...DiscussKubernetes EKS
Abhishek Singhopscribe.blog·Sep 26, 2023Unlocking AWS Power for Microservices: A Guide to IAM Roles for Service Accounts (IRSA)What is iRSA? IAM Roles for Service Accounts (IRSA) is a system that automates the provisioning and rotation of IAM temporary credentials, known as Web Identity tokens, which a Kubernetes ServiceAccount can utilize for making AWS API calls. With IRSA...Discuss·10 likes·301 readsirsa
Mariano Gonzálezblog.mariano.cloud·Dec 17, 2022IRSA in EKS: a Kubernetes - AWS bridgeThis guide assumes you manage your infrastructure with Terraform. Here is an example IRSA implementation using Terraform and kubectl. Background Let's say you want to allow your EKS-hosted app to access an AWS service. You have a couple of options to...Discuss·660 readsirsa