/Kubernetes

Random notes on Kubernetes

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

Kubernetes Notes

Tooling

HELM

KUBEVIRT

ISTIO

GLUSTERFS

MetalLB

Bootstrapping

Bootstrapping

Operations

Network Policies

Cheetsheet

Multi interface hosts

Whenever there are mutliple hosts that share the same iterface name and address You may need to set Calico setup IP_AUTODETECTION_METHOD since conflicts may happen and this can be avoided.

Random notes

  • Stateful sets: each of your pods is guaranteed the same network identity and disk across restarts, even if it's rescheduled to a different physical machine.

  • DaemonSets let you specify that a group of nodes should always run a specific pod.

Projects