Skip to main content
Advice
1 vote
1 replies
46 views

In Kubernetes, it is standard practice (and often a requirement) to associate a StatefulSet with a Headless Service to provide stable network identities. My current understanding of the mechanism is ...
Chonk's user avatar
  • 1
0 votes
1 answer
60 views

GKE is reporting the alert "PDB_STATEFULSET_WITHOUT_PROBES" (https://cloud.google.com/kubernetes-engine/docs/how-to/workload-disruption-readiness) but the statefulsets it references do have ...
Kvothe's user avatar
  • 1,837
0 votes
1 answer
160 views

I’m running RabbitMQ as a Kubernetes StatefulSet on Azure Kubernetes Service (AKS) in a “statefulpool” node pool that only has one node and a single Azure Managed Disk (ReadWriteOnce). My ...
Chrollo Lucifer's user avatar
0 votes
1 answer
57 views

I need to process the ENV from k8s Statefulset in the container before it starts up. Dockerfile: RUN echo CREDENTIALS: $CREDENTIALS ARG user="${CREDENTIALS%/*}" ARG password="${...
khteh's user avatar
  • 4,290
0 votes
1 answer
88 views

I'm using kubectl rollout status to monitor the scale up/down of statefulset. But on scale down it doesn't work the prompt/script right away continues even tho there are still pod out which are in the ...
Tilo's user avatar
  • 1,292
-1 votes
1 answer
55 views

I have a statefulset which has 3 replicas of mysql pods. Why it is not recommended to share the same backend storage/PV among these 3 replicas. Why each pod has its own pvc and pv. This approach is ...
hello_ubuntu's user avatar
1 vote
2 answers
89 views

I have a web server in Golang that connects to Postgres as a StatefulSet. However, I am getting an error with the connection where there is no such host found. The web server was created using ...
helloitsme's user avatar
1 vote
0 answers
40 views

I am trying to create StatefulSet for redis in a k8s cluster where I will send streams, create hash values etc. I was checking some configurations for the last 4/5 days. I am facing issues related to ...
Raisul's user avatar
  • 484
0 votes
1 answer
234 views

I have created a GKE Autopilot cluster however when I create a stateful set with 3 replicas I am getting the following error FailedScheduling 77s (x3 over 11m) gke.io/optimize-utilization-scheduler ...
Aparna Raman's user avatar
1 vote
2 answers
2k views

I am trying to do a rolling update of my stateful set by setting the updateStrategy in the STS spec but it looks like on deleting the statefulset pod, it gets terminated and a new pod is coming up. So,...
Mahesh's user avatar
  • 51
0 votes
1 answer
295 views

The following is the Statefulset yaml. apiVersion: apps/v1 kind: StatefulSet metadata: name: mongodb spec: serviceName: mongo replicas: 3 selector: matchLabels: app: mongo ( skip ) ...
Jason's user avatar
  • 29
0 votes
0 answers
76 views

I am trying to deploy my statefulset. The set contains 3 pvc templates and 1 externally managed PVC. The creation of the statefulset fails with the error shown below, I'm kind of lost what I am ...
Nigel's user avatar
  • 25
0 votes
0 answers
339 views

I am using Nginx version 1.24, deployed in GKE. Sometimes, pods restart with liveness and readiness probes failing events. Below are the error logs from the previously restarted container: 2024/05/24 ...
Phanideep Tirumalasetty's user avatar
1 vote
1 answer
180 views

I have 20 worker nodes cassandra cluster in kubernetes where each pod scheduled in seperate worker node, when restart happened to multiple pods in case of threshold limit reached like cpu/Memory then ...
Nilay Tiwari's user avatar
0 votes
1 answer
96 views

Problem statement: Designing a system where one Deployment (W) writes data to Persistent Disk (PD) and other Deployment/Daemonset (R) moves data out of the PD. It would be fair to assume this is a ...
pseudoGeek's user avatar

15 30 50 per page
1
2 3 4 5
26