https://kubernetes.io/docs/concepts/overview/kubernetes-api/
The Kubernetes API
The Kubernetes API lets you query and manipulate the state of objects in Kubernetes. The core of Kubernetes' control plane is the API server and the HTTP API that it exposes. Users, the different parts of your cluster, and external components all communica
kubernetes.io
GitHub - kubernetes/community: Kubernetes community content
Kubernetes community content. Contribute to kubernetes/community development by creating an account on GitHub.
github.com
GitHub - kubernetes/community: Kubernetes community content
Kubernetes community content. Contribute to kubernetes/community development by creating an account on GitHub.
github.com
# node 정보 확인
kubectl get nodes
kubectl get pods -o wide
# version 확인 후 upgrade
kubeadm upgrade plan
apt install kubeadm=1.23.0-00
kubeadm upgrade apply v1.23.0
kubectl version --short
ku bectl get nodes
apt install kubelet=1.23.0-00
kubectl get nodes
'루틴 기록하기 > 클라우드 네이티브' 카테고리의 다른 글
[CKA] TLS (0) | 2022.03.17 |
---|---|
[CKA] Security - 인증, 권한 (0) | 2022.03.16 |
[CKA] Cluster Maintenance (0) | 2022.03.15 |
[CKA] Init Containers (0) | 2022.03.15 |
[CKA] Multi Container Pod (0) | 2022.03.15 |