Top "Kubernetes-statefulset" questions

Kubectl rollout restart for statefulset

As per the kubectl docs, kubectl rollout restart is applicable for deployments, daemonsets and statefulsets. It works as expected for …

kubernetes kubectl kubernetes-statefulset
Kubernetes - pod has unbound immediate PersistentVolumeClaims

I'm using mysql Kubernetes statefulset, i mapped PVs to host directory (CentOS 8 VM) but getting " pod has unbound immediate PersistentVolumeClaims" …

kubernetes kubernetes-pod kubernetes-statefulset
Pod has unbound PersistentVolumeClaims but volume claims is bounded

I want to create a statefulset elasticsearch in kubernetes on virtualbox. I'm not using cloud provider so i create two …

kubernetes persistent-volumes kubernetes-statefulset
Why StatefulSets? Can't a stateless Pod use persistent volumes?

I am trying to understand Stateful Sets. How does their use differ from the use of "stateless" Pods with Persistent …

kubernetes kubernetes-statefulset
how to setup basic rabbitmq on kubernetes

I need to setup a basic rabbit mq instance (no cluster setup) without persistence or security requirements on a kubernetes …

kubernetes rabbitmq kubernetes-ingress kubernetes-statefulset
Kubernetes mysql statefulset with root password

I followed the example in here https://kubernetes.io/docs/tasks/run-application/run-replicated-stateful-application/ to create a 3 replica mysql statefulset in …

mysql kubernetes kubernetes-statefulset