Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

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. 
 
PREVIOUS NEXT
Tagged: #debug #specific #pod #Replication #controller #load #balancing
ADD COMMENT
Topic
Name
3+8 =