Notes

This is the evergreen content. I like to take notes while I’m learning things, and some of these notes will be shared here.

Node Types

Kubernetes has 2 type of nodes: control plane and worker nodes. K3S calls them “server” and “agent”, but they are the same concept.

Read entry

Namespaces

Namespaces divide a single cluster into multiple virtual sub clusters.

Read entry