일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 | 29 |
30 | 31 |
- AZ-900
- elasticsearch
- Service
- docker
- 자바스크립트
- K8S
- Role
- DevOps
- AWS
- asgi
- terraform
- FastAPI
- Django
- Deployment
- EKS
- RBAC
- Python
- EC2
- POD
- ansible
- asyncio
- AZ-104
- Network
- AZURE
- IAM
- IAC
- Kubernetes
- ebs
- leetcode
- dockerfile
- Today
- Total
목록cka (2)
궁금한게 많은 개발자 노트
controlplane, node순으로 하나씩 수행 Kubeadm 운영 수준의 컨테이너 오케스트레이션 kubernetes.io version 확인: kubeadm upgrade plan upgrade전 unschedulable: kubectl drain controlplane --ignore-daemonsets upgrade: kubeadm upgrade apply v1.29.0 https://kubernetes.io/ko/docs/tasks/administer-cluster/kubeadm/kubeadm-upgrade/ kubeadm 클러스터 업그레이드 이 페이지는 kubeadm으로 생성된 쿠버네티스 클러스터를 1.28.x 버전에서 1.29.x 버전으로, 1.29.x 버전에서 1.29.y(여기서 y > ..
https://kubernetes.io/docs/tasks/administer-cluster/configure-upgrade-etcd/#backing-up-an-etcd-cluster Operating etcd clusters for Kubernetes etcd is a consistent and highly-available key value store used as Kubernetes' backing store for all cluster data. If your Kubernetes cluster uses etcd as its backing store, make sure you have a back up plan for the data. You can find in-depth information a..