surajincloud / kubectl-eks

kubectl plugin for Amazon EKS

Home Page:https://surajincloud.github.io/kubectl-eks/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

kubectl plugin for Amazon EKS

https://surajincloud.github.io/kubectl-eks/

License:Apache License 2.0


Languages

Language:Go 97.1%Language:Shell 2.4%Language:Makefile 0.5%