Learn KOP - Provision Amazon EKS Cluster with AWS Secrets Manager - Rafay Product Documentation

Part 1: Provision

What Will You Do

In this part of the self-paced exercise, you will provision an Amazon EKS cluster through the UI.


Step 1: Create Cloud Credentials

Cloud credentials provide privileges to programmatically interact with your Amazon AWS account so that the lifecycle of infrastructure associated with the Amazon EKS cluster can be managed.


Step 2: Provision Cluster

In this step you will provision an EKS cluster from the UI using the previously created cloud credential. The cluster will be used in the remainder of this exercise.


Step 3: Verify Cluster

Once provisioning is complete, you should see a healthy cluster in the web console

kubectl get nodes

You should see something like the following


Recap

As of this step, you have created an EKS cluster with the default cluster blueprint. In the next section, you will create a custom cluster blueprint with the Secret Store CSI Driver as a managed addon.