Difference between revisions of "EKS OIDC"
Jump to navigation
Jump to search
(11 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | |||
+ | 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]] | [[eksctl utils associate-iam-oidc-provider]] | ||
+ | |||
+ | [[module.eks.aws_iam_openid_connect_provider]].oidc_provider | ||
== Related == | == Related == | ||
+ | * [[IAM Roles for Service Accounts (IRSA) in EKS]] | ||
* <code>[[AWS IAM OIDC]]</code> | * <code>[[AWS IAM OIDC]]</code> | ||
* [[Configuring a Kubernetes service account to assume an IAM role]] | * [[Configuring a Kubernetes service account to assume an IAM role]] | ||
Line 11: | 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]] | |
+ | * [[ServiceNow Kubernetes discovery]] | ||
+ | * <code>[[module.eks.oidc_provider]]</code> | ||
== See also == | == See also == | ||
* {{EKS OIDC}} | * {{EKS OIDC}} | ||
+ | * {{aws iam oidc}} | ||
* {{AWS OIDC}} | * {{AWS OIDC}} | ||
+ | |||
+ | [[Category:EKS]] |
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: