kubernetes tutorial | Cordon Vs Uncordon Vs Drain

Поделиться
HTML-код
  • Опубликовано: 24 ноя 2024
  • НаукаНаука

Комментарии • 2

  • @sanketlimbekar
    @sanketlimbekar 11 месяцев назад +2

    A point to add - uncorden cmd would not move back the evicted pods to the node. Pods would continue to run on newly alloted node.

  • @Kk-rl7nv
    @Kk-rl7nv 11 месяцев назад

    I have a doubt: When suppose 3 pods of same service called ‘package’ deployed in node1 and we have a maintenance where we need to shift all 3 nodes from node1 to new node then how k8s manage the downtime in case of draining the node1?