Re: [kubernetes-users] CRD for PODs with identity

2018-01-08 Thread Michele Bertasi
Makes sense. Thanks Tim. On Fri, Jan 5, 2018 at 8:40 PM, 'Tim Hockin' via Kubernetes user discussion and Q wrote: > I think this is exactly the sort of thing that a custom deployment-like > operator is good for. You have particular needs that are not easily >

Re: [kubernetes-users] CRD for PODs with identity

2018-01-05 Thread 'Tim Hockin' via Kubernetes user discussion and Q
I think this is exactly the sort of thing that a custom deployment-like operator is good for. You have particular needs that are not easily satisfied with existing constructs. CRDs and controllers let you build this, and figure out how you want it to work. Later, maybe, you can solicit other

[kubernetes-users] CRD for PODs with identity

2018-01-05 Thread Michele Bertasi
Hi everyone, I'm trying to implement an operator to manage a Custom Resource Definition for this proof-of-concept application: * a user creates an instance of my CRD * the operator creates a POD for that CRD * after a specified timeout, both the POD and the CRD disappear the use case is a