Questions tagged [pod]

3 questions
0
votes
1 answer

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 is uncertain), the following error can be seen…
0
votes
0 answers

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-node4-6 Kubernetes version 1.26.6. Operating…
0
votes
0 answers

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% io 0% irq 0% sirq Load average: 0.10 0.18…
Dolphin
  • 447