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 statefulsetI have a pretty simple Kubernetes pod. I want a stateful set and want the following process: I want to …
kubernetes kops statefulsetWe're creating a kubernetes statefulset that is mounting a pre-existing NFS share. Here's a trimmed down example: apiVersion: apps/v1…
kubernetes statefulsetI'm looking to create a statefulset using affinity. I have added a label to my 3 nodes. Two of them have …
kubernetes statefulsetI currently trying to create a cluster of X pods witch each have a personal persistent volume. To do that …
kubernetes load-balancing statefulset