Skip to main content
-6 votes
0 answers
57 views

I have a kubernetes pod running a C++ program that writes to a 11GB file on NFS. For some reason, occasionally the memory usage of the pod goes up to 10.6GB. I entered the pod and checked the program ...
ruisen2000's user avatar
0 votes
0 answers
47 views

we are having an issue with nginx reverse proxy, over k8s cluster We have an angular app served by nginx, acts as reverse proxy and as a web server, all API requests are being executed via the nginx. ...
Shachar297's user avatar
-3 votes
0 answers
29 views

So I used helm chart in order to install KEDA to my kubernetes cluster. However, KEDA is installed in its own seperate Namespace (called "keda"). Now i have a bunch of other namespaces all ...
Faizan Ul Haq's user avatar
1 vote
1 answer
44 views

Hi I am trying to read below file content in helm template but getting below. Folder: charts --Example ----pipelines ------a.conf ------b.conf ------c.conf ----templates ------example.yaml {{ ....
Naveen Kumar's user avatar
  • 1,462
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
1 vote
1 answer
34 views

in jenkins I want to create a pod template with the "Raw YAML for the Pod" filled througth manifest, with helm at the moment when Jenkins is created I have a jenkins-controller.yaml where ...
Francisco Villegas's user avatar
3 votes
1 answer
50 views

We are using Argo CD App of Apps pattern, our structure looks like this: parent-app ├── app-a ├── app-b └── app-c When syncing app-a, we want app-c to be synced automatically as well. We are ...
Shachar297's user avatar
0 votes
0 answers
34 views

I just installed the enterprise GraphDB version on a Kubernetes cluster, using the official Helm Chart (https://github.com/Ontotext-AD/graphdb-helm/tree/main), setting replicas to 5. Therefore, I now ...
twagen's user avatar
  • 11
0 votes
0 answers
28 views

MixCoord keeps routing requests to non-existent QueryNodes after a Kubernetes worker node reboot in Milvus I’m running a Milvus 2.5.x cluster on Kubernetes, where each worker node hosts a full set of ...
Schiffer Marget's user avatar
0 votes
0 answers
21 views

I am running spring-cloud-dataflow-server-2.10.2 (scdf) inside a kubernetes cluster. The server is launched by the command java -jar spring-cloud-dataflow-server-2.10.2.jar. This command is executed ...
Abhishek Kishore's user avatar
0 votes
0 answers
25 views

Read requests fail or experience latency spikes when loading a bulk-inserted collection and switching alias in Milvus I’m running a Milvus cluster (v2.5.x) on Kubernetes (EKS) using milvus-operator, ...
Derya Coşkun's user avatar
0 votes
0 answers
55 views

I'm implementing server side tagging for Google Tag Manager through my GKE Gateway API. I was successfully able to configure server side tag manager in same domain and GET https://www.example.com/...
Nirmal Raghavan's user avatar
0 votes
0 answers
51 views

I have a test setup where I have a base folder structure. This is working and I create the application for staging with the values and the configmap from the staging folder. However, I also need to be ...
furion2000's user avatar
1 vote
2 answers
85 views

I am designing a CI/CD pipeline for a Python FastAPI application using Kubernetes (EKS) and PostgreSQL. We are using a Rolling Update strategy for deployment. However, I have an architectural ...
BHAVARTH NARENDRABHAI SONAR's user avatar
Advice
3 votes
0 replies
90 views

I have a Spring Boot application running in Kubernetes. I’m trying to implement a graceful shutdown flow using a readiness probe: App receives SIGTERM. App should start returning 503 from /health so ...
Denis Stafichuk's user avatar

15 30 50 per page
1
2 3 4 5
3997