Currently, I am preparing for CKA. But I dont see the topic of statefulsets in CKA course. Where do I learn it?
StatefulSets are about deploying applications on Kubernetes, where one needs a persistent identifier that is maintained across any rescheduling, and it’s covered in the CKAD course.
The best place to learn about StatefulSets is the official docs, coupled with lectures and labs in the CKAD course in the State Persistent module.
these are kubernetes notes and refer to statefulsets session