|
|
|
|
|
by bdburns
3305 days ago
|
|
Disclosure: lead eng for azure containers and kubernetes founder here... a) For the longest time, I've wanted a "TTL" extension for Kubernetes objects, maybe this is a good excuse to build it. But concretely, since you are paying for the VMs in the cluster (IaaS) the Pods you deploy are "free" (until you run out of cluster capacity, of course) b) The right way to do this is Kubernetes namespaces. You can specify a different Namespace in each user's draft config file that will place each developer's containers in a different namespace. Now that I write that, though, that seems like too much work. We should probably automagically build a unique namespace for you... |
|