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
`eksctl` is a command line tool to create and manage Kubernetes clusters in Amazon Elastic Kubernetes Service (Amazon EKS). It simplifies cluster creation and saves time compared to using the AWS console. For additional information, refer to the[eksctl official documentation](https://docs.aws.amazon.com/eks/latest/eksctl/what-is-eksctl.html).
22
+
`eksctl` is a command line tool to create and manage Kubernetes clusters in [Amazon Elastic Kubernetes Service (Amazon EKS)](https://docs.aws.amazon.com/eks/latest/userguide/what-is-eks.html). It simplifies cluster creation and saves time compared to using the Amazon Web Services (AWS) console. For additional information, see[eksctl official documentation](https://docs.aws.amazon.com/eks/latest/eksctl/what-is-eksctl.html).
23
23
24
24
`eksctl` is available for a variety of operating systems and Linux distributions. It runs on both Arm Linux distributions and Windows on Arm. The following steps show the different ways in which you can install `eksctl`.
25
25
@@ -46,12 +46,12 @@ If you see a different result, you are not using an Arm computer running 64-bit
46
46
For Windows, follow these steps:
47
47
48
48
1. Type "Settings" in the Windows search box.
49
-
2. When the settings appear, click**System** on the left side and then **About** at the bottom.
50
-
3.In the Device specifications section, look for **ARM-based processor** in the **System**type area.
49
+
2. When the settings appear, select**System** on the left side and then select **About**.
50
+
3.Under **Device specifications**, look for **System type**. You should see **ARM-based processor**listed for your computer.
51
51
52
52
### Install kubectl
53
53
54
-
Install the Kubernetes command-line tool,`kubectl`, by following the steps in the [Kubectl install guide](/install-guides/kubectl/).
54
+
Install the Kubernetes command-line tool `kubectl` by following the steps in the [Kubectl install guide](/install-guides/kubectl/).
0 commit comments