Let me try again:-

   1. For  all nodes in my k8s cluster
   2. Create a pod that only runs on node1
   3. Create a service(nodeport) which talks to that pod
   4. verify nodeport connectivity with that pod on node1 works
   5. Repeat steps 2-4 for all nodes in my cluster

I was going to create a script which would do that, but not sure if that is 
the best way or people have other suggestions on how to do it ? 



On Thursday, July 21, 2016 at 3:26:12 PM UTC-7, Rodrigo Campos wrote:
>
> Sorry, the link you posted gives 404.
>
> Not sure what do you want to achieve. What do you mean with "verify nodeports 
> using a service reaches that specific node"?
>
> And what is the problem with daemonSet? I didn't follow
>
> On Thursday, July 21, 2016, Mayank <[email protected] <javascript:>> 
> wrote:
>
>> 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.
>>
>

-- 
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.

Reply via email to