728x90 반응형 cka 공부2 [k8s] Kubernetes Scheduling https://kubernetes.io/docs/concepts/scheduling-eviction/kube-scheduler/ Kubernetes SchedulerIn Kubernetes, scheduling refers to making sure that Pods are matched to Nodes so that Kubelet can run them. Scheduling overview A scheduler watches for newly created Pods that have no Node assigned. For every Pod that the scheduler discovers, the schedulekubernetes.io스케줄링이란?쿠버네티스에서 스케줄링이란 kubelet으로 실행할 수.. 2024. 12. 4. [k8s] Pod란? https://kubernetes.io/docs/concepts/workloads/pods/ PodsPods are the smallest deployable units of computing that you can create and manage in Kubernetes. A Pod (as in a pod of whales or pea pod) is a group of one or more containers, with shared storage and network resources, and a specification for how to run tkubernetes.io🌟 Pod란?Pod는 쿠버네티스에서 생성하고 관리할 수 있는 가장 작은 배포 가능한 컴퓨팅 단위이다.Pod는 공유 스토리지 및 네.. 2024. 11. 25. 이전 1 다음 728x90 반응형