Skip to content

pet2cattle/kubectl-eks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kubectl-eks

A kubectl plugin for managing Amazon EKS clusters. This plugin provides convenient commands for listing, inspecting, and switching between EKS clusters.

Prerequisites

  • AWS CLI: Ensure that aws is installed and configured with the appropriate credentials and region.
  • kubectl: Ensure you have kubectl installed and configured.

Installation

We provide pre-built binaries for Linux and macOS (arm64 and x86-64). Follow the instructions below to install the plugin on your system.

Binary Installation

  1. Download the binary for your operating system from the releases page.

  2. Install the binary:

    chmod +x kubectl-eks
    mv kubectl-eks /usr/local/bin/
  3. Verify installation:

    kubectl eks --help

Documentation

Full command reference documentation is available in the docs/ directory:

Browse all commands and their options in the docs folder.

Quick Start

# List all EKS clusters
kubectl eks list

# Filter clusters by name
kubectl eks list --name-contains prod

# Switch to a specific cluster
kubectl eks use my-cluster

# Get resources from multiple clusters
kubectl eks mget pods -q prod

# View cluster statistics
kubectl eks stats

# Get insights about a cluster
kubectl eks insights my-cluster

About

EKS helper for kubectl

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •