Difference between revisions of "EKS OIDC"
Jump to navigation
Jump to search
(19 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 == | ||
+ | * [[IAM Roles for Service Accounts (IRSA) in EKS]] | ||
+ | * <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]] | ||
* Terraform: <code>[[module.eks.oidc_provider]]</code> | * Terraform: <code>[[module.eks.oidc_provider]]</code> | ||
+ | * [[Creating an IAM OIDC provider for your EKS cluster]]: <code>[[aws iam create-open-id-connect-provider]]</code> | ||
+ | * [[Terraform submodule: iam-assumable-role-with-oidc]] | ||
+ | * [[EKS authentication]] | ||
+ | * <code>[[eksctl associate identityprovider]]</code> | ||
+ | * [[AWS IAM Authenticator for Kubernetes]] | ||
+ | * [[ServiceNow Kubernetes discovery]] | ||
+ | * <code>[[module.eks.oidc_provider]]</code> | ||
+ | == See also == | ||
* {{EKS OIDC}} | * {{EKS OIDC}} | ||
− | * {{OIDC}} | + | * {{aws iam 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: