Re: [kubernetes-users] Recommended way to get the pods of a Kubernetes deployment?

2018-05-20 Thread 'Tim Hockin' via Kubernetes user discussion and Q
Maybe I don't understand - the labels in the template are applied to the pod. Just label select against pods. On Sun, May 20, 2018, 8:12 AM Torsten Bronger wrote: > Hallöchen! > > Since this question is apparently off-topic on SO >

[kubernetes-users] Recommended way to get the pods of a Kubernetes deployment?

2018-05-20 Thread Torsten Bronger
Hallöchen! Since this question is apparently off-topic on SO (https://stackoverflow.com/q/50434349/188108), I ask here: What is the recommended way to get the pods of a Kubernetes deployment? Currently, I do: 1. Add unique labels to the deployment's template. 2. Get the revision number of the