Top "Statefulset" questions

Is there a way to get ordinal index of a pod with in kubernetes statefulset configuration file?

We are on Kubernetes 1.9.0 and wonder if there is way to access an "ordinal index" of a pod with in …

kubernetes kubernetes-helm statefulset
Volume is already exclusively attached to one node and can't be attached to another

I have a pretty simple Kubernetes pod. I want a stateful set and want the following process: I want to …

kubernetes kops statefulset
How to specify mountOptions on an existing NFS share

We're creating a kubernetes statefulset that is mounting a pre-existing NFS share. Here's a trimmed down example: apiVersion: apps/v1…

kubernetes statefulset
Kubernetes Node Affinity and statefulsets

I'm looking to create a statefulset using affinity. I have added a label to my 3 nodes. Two of them have …

kubernetes statefulset
How can I expose a Statefulset with a load balancer?

I currently trying to create a cluster of X pods witch each have a personal persistent volume. To do that …

kubernetes load-balancing statefulset