...

/

Hands-On with StatefulSets

Hands-On with StatefulSets

Start with the practical implementation of StatefulSets.

We'll cover the following...

In this section, we’ll deploy a working StatefulSet.

Note: The demos are designed and tested on Google Kubernetes Engine (GKE) and a local Docker cluster. If your cluster is on a different cloud, you’ll have to use a different StorageClass. We’ll tell you when to do this.

We’re about to deploy the following three objects:

    ...