I have an EKS cluster with a StatefulSet. I had to update the image of this StatefulSet, so I ran:$ kubect set image statefulsets liferay-default liferay-default=liferay/dxp:2025.q3.1I expected it ...
I'm running a Kubernetes cluster on GKE with autoscaling enabled. My workloads are running fine, but I have an issue with my PostgreSQL database, which is deployed as a StatefulSet with a single ...
Timeout error while doing bulk indexing in Elasticsearch EKS.In our organisation we have Elasticsearch deployed in AWS EKS. From starting of december 2024 we started having problem of timeouts in ...
I have a basic question regarding Kubernetes Cluster. Let's assume that you have a pod and pod need to be updated. During this time there should be no down-time. Of course maybe state or sessions are ...
I have a MongoDB replica set deployed using Kubernetes StatefulSet with three pods (mongo-0, mongo-1, and mongo-2). The setup includes one primary and two secondary nodes. I need to build an index on ...
How to map 2 different pods(statefulset) to one persistense volume?We need to bind 2 pods to use one storage. Does it possible? We have the microk8s locally and create 2 manifests for two different ...
I am at my wits' end here. I have been trying to solve this issue that all of a sudden started happening with my recent deployments to AKS to no solution. I have gone through a lot of different ...
In https://kubernetes.io/docs/tutorials/stateful-application/cassandra/ we read in the /application/cassandra/cassandra-statefulset.yaml sample:So... I deployed an nfs-subdir-external-provisioner ...
I was trying to resize persistent volumes associated with a stateful set today. I am using Azure Kubernetes service v1.26.6. The persistent voluem is created from a storage class of type "default&...
Currently, I am using helm 3 , dependency chart to deploy a bitnami/postgresql statefulset with a nodeJS application,however, the postgresql statefulset is still there when I uninstall the release....
I know why use StatefulSet for stateful applications. (e.g. DB or something)In most cases, I can see like "You want to deploy stateful app to k8s? Use StatefulSet!"However, I couldn't see ...
i try to run a mongodb within a kubernetes cluster secured with a keyFile. For this, i created a simple statefulset and a configmap, where i stored the keyfile:apiVersion: apps/v1kind: StatefulSet...
I'm supposed to make a StatefulSet with a Headless Service but when I make the Headless Service and create the StatefulSet only one pod gets made but with Error status and I get this error when trying ...