59,968 questions
0
votes
0
answers
13
views
Why do read requests fail during collection load and alias switch after bulk insert in Milvus?
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, ...
-4
votes
0
answers
90
views
Traefik Proxy in Kubernetes, can you have unique health checks per service? [closed]
Traefik Proxy (v3.6) deployed with native Kubernetes on non-EKS AWS provider, how can I define a unique health-check per back-end service that will be used to verify back-end service availability?
I ...
-2
votes
0
answers
54
views
API Deployment Failing in Uptime Monitoring App [closed]
I'm building a basic uptime monitoring app (frontend + backend). The application works locally, but I'm running into errors while deploying the API.
I've tried multiple approaches and fixes suggested ...
0
votes
0
answers
50
views
Monitoring for misconfigured Istio VirtualService [closed]
We have an Istio VirtualService with a Destination that referred to a service without a port, which is allowed when that service only has one port:
route:
- destination:
host:...
0
votes
0
answers
53
views
Google tag gateway in GKE Gateway API
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/...
-1
votes
0
answers
53
views
Guidance needed for setting up self-managed ClickHouse on AWS EKS [closed]
I’m working on deploying a self-managed ClickHouse setup on AWS EKS and need some help locating the right resources. Specifically, I’m looking for:
A build or deployment guide for running ClickHouse ...
0
votes
0
answers
42
views
ArgoCD applicationset - path and .argocd-source.yaml issues
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 ...
1
vote
2
answers
68
views
How to handle database schema migrations in a Kubernetes rolling update without downtime?
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 ...
Advice
3
votes
0
replies
84
views
How can I control the shutdown order of Spring-managed beans that I don’t create myself?
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 ...
1
vote
1
answer
61
views
How to add a tty on pod?
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-...
Advice
1
vote
2
replies
63
views
Turning off buffering in k8s nginx ingress greatly increases client side latency and streaming in downstream
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 ...
1
vote
0
answers
61
views
Evaluate Kubernetes CEL Condition locally using Golang
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 ...
Best practices
0
votes
0
replies
40
views
Resource propagation on multi-cloud environment using Karmada
As far as i know, resources created on karmada-api-server would propagate to member clusters. ( based on propagation policies )
But i need to create a multi cluster synchronization.
e.g. When a ...
1
vote
0
answers
48
views
Microsoft.ML C#: GPU not found in K8s/Docker container
I have created a .NET app that uses Microsoft.ML.OnnxRuntime.Gpu for interference. Now I'm trying to integrate it with Azure Kubernetes.
We have made the setup with Tesla T4 GPU and we confirmed it's ...
2
votes
0
answers
51
views
Socket with SignalR and kubernetes
I encountered a problem when deploying a socket application using signalr. I connect with the longpolling method and it still works, but the websocket gives an error: Error: Failed to start the ...