aws_update_kubeconfig
Configure local kubeconfig for kubectl to connect to a specific AWS EKS cluster. Specify cluster name, region, and AWS profile.
Instructions
Configure local kubeconfig to connect to a specific EKS cluster.
Args: cluster_name: Name of the EKS cluster region: AWS region of the cluster profile_name: AWS profile name to authenticate with
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| region | No | us-east-1 | |
| cluster_name | Yes | ||
| profile_name | No | default |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |