Answers for "how to debug a specific pod when Replication controller is doing load balancing"

1

how to debug a specific pod when Replication controller is doing load balancing

kunectl label pod <pod-id> type-

# This will remove the label from the pod and Replication controller will
# stop redirecting traffic to this pod.
# now you can start using this pod for debug purpose.
Posted by: Guest on June-06-2021

Code answers related to "how to debug a specific pod when Replication controller is doing load balancing"

Browse Popular Code Answers by Language