Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/surajincloud/kubectl-eks
kubectl plugin for Amazon EKS
https://github.com/surajincloud/kubectl-eks
amazon-eks aws eks kubectl kubectl-plugins kubernetes
Last synced: 2 months ago
JSON representation
kubectl plugin for Amazon EKS
- Host: GitHub
- URL: https://github.com/surajincloud/kubectl-eks
- Owner: surajincloud
- License: apache-2.0
- Created: 2022-08-18T18:54:57.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-05T11:33:06.000Z (11 months ago)
- Last Synced: 2024-08-02T10:27:35.214Z (5 months ago)
- Topics: amazon-eks, aws, eks, kubectl, kubectl-plugins, kubernetes
- Language: Go
- Homepage: https://surajincloud.github.io/kubectl-eks/
- Size: 733 KB
- Stars: 56
- Watchers: 2
- Forks: 11
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- Contributing: docs/contributing.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://github.com/surajincloud/kubectl-eks/issues/3).
```
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](https://github.com/surajincloud/kubectl-eks/releases).
* 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
```