Posts

Showing posts from October, 2023

Install and Set Up kubectl on Windows

  Install and Set Up kubectl on Windows Install kubectl binary with curl on Windows Download the latest 1.28 patch release:  kubectl 1.28.2 . 

Creating the Amazon EKS node IAM role

To create your Amazon EKS node role in the IAM console You can create the node IAM role with the AWS Management Console or the AWS CLI. Open the IAM console at  https://console.aws.amazon.com/iam/ In the left navigation pane, choose  Roles . On the  Roles  page, choose  Create role . On the  Select trusted entity  page, do the following: In the  Trusted entity type  section, choose  AWS service . Under  Use case , choose  EC2 . Choose  Next . On the  Add permissions  page, do the following: In the  Filter policies  box, enter  AmazonEKSWorkerNodePolicy . Select the check box to the left of  AmazonEKSWorkerNodePolicy  in the search results. Choose  Clear filters . In the  Filter policies  box, enter  AmazonEC2ContainerRegistryReadOnly . Select the check box to the left of  AmazonEC2ContainerRegistryReadOnly  in the search results. Either the  AmazonEKS_C...