Website
Slack
Search…
0.42
Get started
Overview
Clusters
Management
Instances
Observability
Networking
Advanced
Setting up kubectl
Private Docker registry
Self hosted images
Workloads
Realtime
Async
Batch
Task
Clients
Install
Uninstall
CLI commands
Python client
Powered By
GitBook
Setting up kubectl
Install
kubectl
Follow these
instructions
.
Install the AWS CLI
Follow these
instructions
.
Configure the AWS CLI
1
aws --version
# should be >= 1.16
2
​
3
aws configure
Copied!
Update
kubeconfig
1
aws eks update-kubeconfig --name
=<
cluster_name
>
--region
=<
region
>
Copied!
Test
kubectl
1
kubectl get pods
Copied!
Clusters - Previous
Advanced
Next
Private Docker registry
Last modified
5mo ago
Copy link
Contents
Install kubectl
Install the AWS CLI
Configure the AWS CLI
Update kubeconfig
Test kubectl