eksctl

The official CLI for Amazon EKS [Moved to: https://github.com/eksctl-io/eksctl] (by weaveworks)

Eksctl Alternatives

Similar projects and alternatives to eksctl

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better eksctl alternative or higher similarity.

eksctl reviews and mentions

Posts with mentions or reviews of eksctl. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-09-29.
  • Real Time DevOps Project | Deploy to Kubernetes Using Jenkins | End to End DevOps Project | CICD
    4 projects | dev.to | 29 Sep 2023
    //Install AWS Cli on the above EC2 $ curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip" $ apt install unzip $ unzip awscliv2.zip $ sudo ./aws/install $ /usr/local/bin/aws --version //Installing kubectl $ curl -O https://s3.us-west-2.amazonaws.com/amazon-eks/1.27.1/2023-04-19/bin/linux/amd64/kubectl $ ll $ chmod +x ./kubectl //Gave executable permisions $ mv kubectl /bin //Because all our executable files are in /bin $ kubectl version --output=yaml $ curl --silent --location "https://github.com/weaveworks/eksctl/releases/latest/download/eksctl_$(uname -s)_amd64.tar.gz" | tar xz -C /tmp $ cd /tmp $ ll $ sudo mv /tmp/eksctl /bin $ eksctl version
  • How to Create AWS EKS Cluster
    2 projects | dev.to | 14 Sep 2023
    curl --silent --location "https://github.com/weaveworks/eksctl/releases/download/latest_release/eksctl_$(uname -s)_amd64.tar.gz" | tar xz -C /tmp sudo mv /tmp/eksctl /usr/local/bin

Stats

Basic eksctl repo stats
2
4,586
10.0
8 months ago

weaveworks/eksctl is an open source project licensed under GNU General Public License v3.0 or later which is an OSI approved license.

The primary programming language of eksctl is Go.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com