You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`AWS CLI` is a command-line tool for interacting with Amazon Web Services resources and services. See the (AWS CLI User Guide)[https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html] for installation instructions.
29
+
-`eksctl`: a command-line utility that simplifies creating and managing Kubernetes clusters on Amazon EKS (Elastic Kubernetes Service). See the [eksctl documentation](https://eksctl.io/installation/) for installation instructions.
30
30
:::note
31
31
Ensure you have the necessary IAM permissions to create clusters and manage cloud services.
32
32
:::
@@ -72,7 +72,7 @@ This command creates an AWS EKS cluster named `vcluster-demo` in the region `eu-
72
72
<Step>
73
73
Verify the cluster creation.
74
74
75
-
Verify that the AWS EKS was created successfully by listing the nodes:
75
+
Verify that the AWS EKS was created successfully by getting the cluster info:
76
76
77
77
```bash title="List cluster nodes"
78
78
kubectl cluster-info
@@ -100,7 +100,7 @@ easy steps.
100
100
Deploy platform using the vCluster CLI.
101
101
102
102
Now that you have vCluster running on AWS EKS, set up the [platform
103
-
](/platform/install/quick-start-guide) and configure GPC in the following steps.
103
+
](/platform/install/quick-start-guide) and configure in the following steps.
104
104
105
105
Easiest way to deploy a platform is using the `vcluster CLI`
106
106
@@ -230,7 +230,7 @@ You would also need an [AWS ACM](https://aws.amazon.com/certificate-manager/) Ce
230
230
231
231
<Step>
232
232
Configure DNS in Route53.
233
-
To use a custom domain, you need to configure create a new Route53 hosted zone.
233
+
To use a custom domain, you need to create a new Route53 hosted zone.
0 commit comments