Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support EKS Pod Identity. #2605

Open
laiminhtrung1997 opened this issue Apr 12, 2024 · 1 comment
Open

Support EKS Pod Identity. #2605

laiminhtrung1997 opened this issue Apr 12, 2024 · 1 comment

Comments

@laiminhtrung1997
Copy link
Contributor

Dear Zalando,

Could you guy please confirm if the spilo can use the EKS Pod Identity?
https://docs.aws.amazon.com/eks/latest/userguide/pod-id-minimum-sdk.html

@kirek007
Copy link

Hey, It is possible, just create a dedicated service account as a part of configuration:

configKubernetes:
  pod_service_account_name : "${pod_service_account_name}"
  pod_service_account_definition: '{"apiVersion":"v1","kind":"ServiceAccount","type":"kubernetes.io/service-account-token","metadata":{"annotations": {"eks.amazonaws.com/role-arn": "${iam_role_arm}" },"name":"postgres-pod"},"secrets":[]}'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants