Skip to main content
We’ve updated our Terms of Service. A new AI Addendum clarifies how Stack Overflow utilizes AI interactions.

Questions tagged [pod]

2 votes
0 answers
67 views

Kubernetes readiness probe failed [closed]

What can cause this error? 7m47s Normal Created pod/awx-operator-controller-manager-58b7c97f4b-w6flh Created container: awx-manager 13m Warning Unhealthy ...
Barrie's user avatar
  • 21
0 votes
1 answer
141 views

Pod Log Loss in k8s Cluster

Problem Description When the cluster creates a Pod, the logs are initially normal, and kubectl logs pod-name -n namespace can display normal logs; After approximately 30 seconds to 1 minute (the time ...
song dashan's user avatar
0 votes
0 answers
74 views

Inter-Pod Communication in a Kubernetes Cluster with Worker Nodes Located in Different Subnets

In my Kubernetes cluster, I have about 15 servers located across 4 different subnets: Subnet 1: worker-node1-3 and ingress-node1-3 Subnet 2: worker-node4-6 Subnet 3: worker-node7-9 Subnet 4: master-...
DHQ's user avatar
  • 1
0 votes
0 answers
45 views

is it possible to show the pod top info

when I am using top command in kubenretes pod, it seems show the host top info: Mem: 3546380K used, 165952K free, 44196K shrd, 24K buff, 1093396K cached CPU: 6% usr 3% sys 0% nic 87% idle 0% ...
Dolphin's user avatar
  • 447