Difference between revisions of "ServiceNow Kubernetes discovery"

From wikieduonline
Jump to navigation Jump to search
Line 3: Line 3:
 
== EKS ==
 
== EKS ==
 
1) [[K8s service account]] (<code>[[kind: ServiceAccount]]</code>)
 
1) [[K8s service account]] (<code>[[kind: ServiceAccount]]</code>)
 +
* [[Creating an IAM OIDC provider for your EKS cluster]]: <code>[[aws iam create-open-id-connect-provider]]</code>
 
** AWS IAM role. with policy [[EKSReadOnly]]
 
** AWS IAM role. with policy [[EKSReadOnly]]
 
** <code>[[eksctl create iamidentitymapping]] --cluster yourClusterName --arnarn:aws:iam::yourAccountID:role/yourIAMRoleName --username read-only-user</code>
 
** <code>[[eksctl create iamidentitymapping]] --cluster yourClusterName --arnarn:aws:iam::yourAccountID:role/yourIAMRoleName --username read-only-user</code>
 
* [[Creating an IAM OIDC provider for your EKS cluster]]: <code>[[aws iam create-open-id-connect-provider]]</code>
 
 
* [[Configuring a Kubernetes service account to assume an IAM role]]
 
* [[Configuring a Kubernetes service account to assume an IAM role]]
  

Revision as of 10:36, 31 October 2023

Advertising: