InterviewSolution
Saved Bookmarks
| 1. |
What Are Stateful Pods? |
|
Answer» StatefulSets are a Kubernetes feature that enables pods to be stopped and RESTARTED while retaining the same network ADDRESS and STORAGE ATTACHED to them. StatefulSets (PetSets in OCP 3.4) are still an experimental feature, but full support should be added in an upcoming release. StatefulSets are a Kubernetes feature that enables pods to be stopped and restarted while retaining the same network address and storage attached to them. StatefulSets (PetSets in OCP 3.4) are still an experimental feature, but full support should be added in an upcoming release. |
|