kore3lab / dashboard

Kubernetes multi-clusters dashboard
Apache License 2.0
37 stars 15 forks source link

EKS connection support #132

Closed itnpeople closed 1 year ago

itnpeople commented 2 years ago

EKS 연결 지원

aws eks update-kubeconfig --region ap-northeast-1 --name certificate-cluster

# kubeconfig

users:
- name: arn:aws:eks:ap-northeast-1:741408023868:cluster/certificate-cluster
  user:
    exec:
      apiVersion: client.authentication.k8s.io/v1alpha1
      args:
      - --region
      - ap-northeast-1
      - eks
      - get-token
      - --cluster-name
      - certificate-cluster
      command: aws

aws eks get-token --region ap-northeast-1 --cluster-name certificate-cluster

# kubeconfig

users:
- name: arn:aws:eks:ap-northeast-1:741408023868:cluster/certificate-cluster
  user:
    token: .........................................