Kubernetes Node Management

Deals with the management and configuration of worker machines.

Node

A physical or virtual machine where Kubernetes runs containers.

Node Azure Resource Group

In Azure, a resource group containing all AKS node-related resources.

Node Labels

key-value pairs used to organize and select subsets of nodes

Node Pool

A collection of nodes with similar configurations within a Kubernetes cluster.

Node Selector

Kubernetes feature to schedule Pods on specific nodes using labels.

Node Taints

Mark a node so that pods are not scheduled onto it unless they tolerate the taint.

Last modified July 21, 2024: update (e2ae86c)