ReplicaSets
Understand how ReplicaSets maintain desired pod counts and how they relate to Deployments.
Full content coming soon. This lesson is being written.
This lesson covers ReplicaSets:
- What a ReplicaSet does: reconciling desired vs actual pod count
- ReplicaSet selectors and how pods are matched
- Why you almost never create ReplicaSets directly
- How Deployments own ReplicaSets
- Manually scaling with
kubectl scale - ReplicaSet vs ReplicationController (legacy)
Check back soon for the full content.