Difference between revisions of "EKS OIDC"
Jump to navigation
Jump to search
(3 intermediate revisions by the same user not shown) | |||
Line 16: | Line 16: | ||
* [[Terraform submodule: iam-assumable-role-with-oidc]] | * [[Terraform submodule: iam-assumable-role-with-oidc]] | ||
* [[EKS authentication]] | * [[EKS authentication]] | ||
− | * [[eksctl associate identityprovider]] | + | * <code>[[eksctl associate identityprovider]]</code> |
* [[AWS IAM Authenticator for Kubernetes]] | * [[AWS IAM Authenticator for Kubernetes]] | ||
* [[ServiceNow Kubernetes discovery]] | * [[ServiceNow Kubernetes discovery]] | ||
+ | * <code>[[module.eks.oidc_provider]]</code> | ||
== See also == | == See also == |
Latest revision as of 13:27, 12 June 2024
EKS OIDC is a requirement for using IAM Roles for Service Accounts (IRSA) in EKS and ServiceNow Kubernetes discovery
eksctl utils associate-iam-oidc-provider
module.eks.aws_iam_openid_connect_provider.oidc_provider
Related[edit]
- IAM Roles for Service Accounts (IRSA) in EKS
AWS IAM OIDC
- Configuring a Kubernetes service account to assume an IAM role
- Terraform:
module.eks.oidc_provider
- Creating an IAM OIDC provider for your EKS cluster:
aws iam create-open-id-connect-provider
- Terraform submodule: iam-assumable-role-with-oidc
- EKS authentication
eksctl associate identityprovider
- AWS IAM Authenticator for Kubernetes
- ServiceNow Kubernetes discovery
module.eks.oidc_provider
See also[edit]
Advertising: