CODEX

Tutorial: Kubernetes replicasets, daemonsets and jobs

shazni nazeer
CodeX

--

Photo by Patrick Schöpflin on Unsplash

In previous posts on Kubernetes (k8s), I discussed some fundamental concepts here and also looked at the first steps here. In this post, let’s look at replicasets (rs) a bit deeper. Then I’ll also touch upon what daemonsets (ds) and jobs are in k8s world.

What is a ReplicaSet?

--

--