All Content tagged with 쿠버네티스
Kubernetes is an open source container management and orchestration tool.
콘텐츠 언어: 한국어
Select up to 5 tags to filter
정렬 기준 가장 최근
2개의 결과
아래 코드를 실행해서 클러스트를 만듭니다.
```bash
eksctl create cluster -y cluster.yaml
```
cluster.yaml 에는 아래 처럼 설정했고
```yaml
managedNodeGroups:
- name: workers
instanceType: t3.medium
privateNetworking: tr...
eks cluster 1.21 운영중입니다.
지원일자가 한참 지나서 1.22 로 업데이트를 시도 하고 있으나
nodegroup 이 업데이트가 되지 않아서 진행을 못하고 있습니다.
혹시 경험 있으신 분 도움 부탁드립니다.
![nodegroup not supported](/media/postImages/original/IMmRMRnfRhTPy6wSnMwhDW8...