Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

github.com/surajincloud/kubectl-eks

Package Overview
Dependencies
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/surajincloud/kubectl-eks

Source
Go Modules
Version
v0.4.5
Version published
Created
Source

Kubectl EKS Plugin

kubectl-eks is kubectl plugin for amazon EKS

Check out docs website for more information: https://surajincloud.github.io/kubectl-eks/

Installation

Using Krew

  • You can add custom index as shown below and install the plugin from there. We are planning to submit this plugin to official Krew index as well, you can track the progress here.
kubectl krew index add surajincloud https://github.com/surajincloud/kubectl-eks.git
kubectl krew search eks
kubectl krew install surajincloud/kubectl-eks

Using Brew

brew tap surajincloud/tools
brew install kubectl-eks

Download the binary

  • Download the binary from the release pages.
  • Place it into any of the location from the PATH.

Build from Source

git clone https://github.com/surajincloud/kubectl-eks
cd kubectl-eks
make

FAQs

Package last updated on 04 Apr 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts