Start EKS-D
Starting a Cluster¶
Before you start your cluster, you need to get several container images. Container images can be accessed either from the public ECR registry or built from scratch.
EKS Distro Container Images¶
You can pull the images that make up the EKS Distro from the Public ECR Gallery, and a pull-all.sh shell script is provided to demonstrate how to do this. You can also browse the EKS Distro Container Repository
Building Your Own Container Images¶
See the Build Guide for more information about building your own container images.
Run the kops.sh script¶
Run the kops.sh
script, and when prompted supply a FQDN name for your cluster
for a domain you control. Refer to the kops
documentation for
full instructions.
After you run the script, be sure to run the export KOPS_STATE_STORE=...
command specified, and edit the yaml file with the output the script provides.
You will then need to run the following commands:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
|
You can verify the pods in your cluster are using the EKS Distro images by running the following command:
1 |
|
To tear down the cluster, run:
1 |
|