This is part 4 in a series of posts related to
Kubernetes. Pervious posts were about
kubelet,
Kubernetes API, etcd, and kubectl,
and kube-scheduler.
This time we will explore kube-controller-manager
and its role in
managing replication of pods (a.k.a. scaling).
Kubernetes By Component - Part 3
K8s Scheduler
This is part 3 in a series of posts related to
Kubernetes. Pervious posts were about
kubelet and
Kubernetes API, etcd, and kubectl.
Like those posts, this one was is inspired by
another 2015 post
by Kamal Marhubi and is intended to
update and expand on the topics with my own thoughts and learnings. Our
focus will be exploring kube-scheduler
.
Kubernetes By Component - Part 2
K8s API Server, etcd, and kubectl
This is part 2 in a series of posts related to
Kubernetes.
Part 1 was about the kubelet
.
Like part 1, this post is inspired by
another 2015 post
by Kamal Marhubi and is intended to
update and expand on the topics with my own thoughts and learnings. We
will explore kube-apiserver
, its relationship to etcd
, and get a
taste of why kubectl
is so nice.