Questions tagged [pod]
The pod tag has no summary.
4 questions
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 ...
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 ...
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-...
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% ...