Ensuring flexible usage of your containers

Pod, in Kubernetes, means a set of containers, which is also the smallest computing unit. You may have know about the basic usage of Pod in the previous recipes. Pods are usually managed by deployments and exposed by services; they work as applications with this scenario.

In this recipe, we will discuss two new features: DaemonSets and StatefulSets. These two features can manage Pods with more specific purpose.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset