libflexkube icon indicating copy to clipboard operation
libflexkube copied to clipboard

Consider tracking containers using names, rather than container IDs

Open invidian opened this issue 5 years ago • 2 comments

This way, it should be possible to make a deployments stateless, at least partially as certificates still need to be provided and stored.

invidian avatar May 07 '20 16:05 invidian

This for example, should allow to spawn kubelets on their own during node creation and then K8s operator could pick up their management, without getting the container ID somehow.

invidian avatar May 08 '20 20:05 invidian

However, this may result in potentially removing containers, which were not created using flexkube.

invidian avatar May 09 '20 12:05 invidian