kubernetes compute

    [Kubernetes] Managing State With Deployments, Scheduling(2)

    목차 Kubernetes Managing State With Deployments, Scheduling(2) - Taint & Toleration 실습 Managing State With Deployments, Scheduling Taint & Toleration 실습 Taints 확인 kubectl describe node limhs-master-01 worker node의 경우 Taints가 none이다 kubectl describe nodes limhs-worker-01 아래의 공식 문서를 참고해서 실습해봅시다 https://kubernetes.io/ko/docs/concepts/scheduling-eviction/taint-and-toleration/ 테인트(Taints)와 톨러레이션(Tolera..

    [Kubernetes] Managing State With Deployments, Scheduling(1)

    목차 Kubernetes Managing State With Deployments, Scheduling(1) - Scheduler - Scheduling 프로세스 - Policy 정책 - Node Selector - Node Selector 실습 - Node Affinity - Node Affinity 실습 - Taint & Toleration Managing State With Deployments, Scheduling Scheculer - 컨테이너를 적절한 노드에 스케줄링(배치) 하는 역할(전용 바이너리) Scheduling 프로세스 스케줄러가 파드를 배치하는 주요 기준 1) 사전 조건 - 파드가 특정 노드에 적합한지 확인. - ex) 파드에서 요청한 메모리 양을 노드가 감당할 수 있을지, 유저가 n..