AWS EKS OIDC Provider URL 찾기

설탕찍은사과·2023년 6월 19일
0

kubernetes(k8s)

목록 보기
3/6

To create an identity provider you need 3 things: a type of identity provider, an audience, and a provider URL. In this tutorial, we will use OpenId Connect for the provider type and sts.amazonaws.com for the audience.
The provider url varies, to get your provider url you can use the following command:

aws eks describe-cluster --name <CLUSTER_NAME> --query “cluster.identity.oidc.issuer” --output text

The output should look something like this:

https://oidc.eks.<region>.amazonaws.com/id/EXAMPLE86F27C29EF05B482628D9790EA7066.
profile
귀찮아하지말고 계속 정리하고 공부하자

0개의 댓글