I was going to write the following script which would do the following :-
- get all the nodes in my k8s cluster - create a pod with node affinity using kubernetes.io/hostname - verify nodeports using a service reaches that specific node - move the pod to another node, verify connectivity and bring it down again - do this for all nodes Is there a easy way to do this ? I Could create a daemon set , but i want to be able to do this using a script whenever i want to verify connecitivty from all node is working. I am sure someone has already done this. Thanks Mayank -- You received this message because you are subscribed to the Google Groups "Containers at Google" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-containers. For more options, visit https://groups.google.com/d/optout.
