Skip to content

Instantly share code, notes, and snippets.

@ditikrushna
Last active June 24, 2021 16:10
Show Gist options
  • Save ditikrushna/2500395d54dd673f36c35e13f9379cc8 to your computer and use it in GitHub Desktop.
Save ditikrushna/2500395d54dd673f36c35e13f9379cc8 to your computer and use it in GitHub Desktop.
eksctl Installation Instruction
# Install Homebrew on MacOs
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
# Install the Weaveworks Homebrew tap.
brew tap weaveworks/tap
# Install the Weaveworks Homebrew tap.
brew install weaveworks/tap/eksctl
# Verify eksctl version
eksctl version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment