Creating an Amazon EKS Cluster from scratch using eksctl

This page summarizes the projects mentioned and recommended in the original post on dev.to

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • eksctl

    The official CLI for Amazon EKS

  • curl --silent --location "https://github.com/weaveworks/eksctl/releases/latest/download/eksctl_$(uname -s)_amd64.tar.gz" | tar xz -C /tmp sudo mv /tmp/eksctl /usr/local/bin export PATH=$PATH:/usr/local/bin echo 'export PATH=$PATH:/usr/local/bin' >> ~/.bashrc eksctl version

  • AmazonEKS

    Amazon EKS Cluster Config, K8S Manifests, and more...

  • Create a file named cluster.yaml with the following configuration: Source: My GitHub - cluster.yaml

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts