LogoLogo
WebsiteSlack
0.37
0.37
  • Get started
  • Overview
  • Clusters
    • Management
      • Auth
      • Create
      • Update
      • Delete
      • Environments
    • Instances
      • Multi-instance
      • Spot instances
    • Observability
      • Logging
      • Metrics
      • Alerting
    • Networking
      • Load balancers
      • VPC peering
      • HTTPS
      • Custom domain
    • Advanced
      • Setting up kubectl
      • Private Docker registry
      • Self hosted images
  • Workloads
    • Realtime
      • Example
      • Configuration
      • Containers
      • Autoscaling
      • Traffic Splitter
      • Metrics
      • Statuses
      • Troubleshooting
    • Async
      • Example
      • Configuration
      • Containers
      • Statuses
    • Batch
      • Example
      • Configuration
      • Containers
      • Jobs
      • Statuses
    • Task
      • Example
      • Configuration
      • Containers
      • Jobs
      • Statuses
  • Clients
    • Install
    • Uninstall
    • CLI commands
    • Python client
Powered by GitBook
On this page
  • Install kubectl
  • Install the AWS CLI
  • Configure the AWS CLI
  • Update kubeconfig
  • Test kubectl
  1. Clusters
  2. Advanced

Setting up kubectl

PreviousAdvancedNextPrivate Docker registry

Last updated 3 years ago

Install kubectl

Follow these .

Install the AWS CLI

Follow these .

Configure the AWS CLI

aws --version  # should be >= 1.16

aws configure

Update kubeconfig

aws eks update-kubeconfig --name=<cluster_name> --region=<region>

Test kubectl

kubectl get pods
instructions
instructions