Skip to main content
2 votes
1 answer
72 views

I can exec a bash shell using this command kubectl exec --stdin --tty ftp1-7686766766-8v5s2 -- /bin/bash bash-4.2# but I want to know why kubectl attach don't work kubectl attach -it ftp1-7686766766-...
elbarna's user avatar
  • 845
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
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
1 vote
2 replies
71 views

I have the following architecture: Browser App (React) -> Nginx K8S Ingress -> Streaming Service A (Kotlin, POD) -> Streaming Service B (Java,POD) From the browser I upload a json array of ...
zolee's user avatar
  • 539
1 vote
0 answers
64 views

I am creating a Kubernetes controller that needs to modify resources when specific conditions are met. I would like to define my match conditions using CEL expressions in a configuration file similar ...
E. Pratt's user avatar
  • 154
-7 votes
0 answers
59 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
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
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
0 votes
0 answers
52 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
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
-3 votes
0 answers
30 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
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
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
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

15 30 50 per page