coreos / kpm

KPM is a tool to deploy and manage application stacks on Kubernetes.
Apache License 2.0
124 stars 29 forks source link

Prefix resources names #154

Open ant31 opened 7 years ago

ant31 commented 7 years ago

It's usefull to deploy multiple time a same package on a same namespace.

$ kpm deploy quay.io/ant31/memcached --name-prefix d1
- deployed d1-memcached svc
- deployed d1-memcached depoyment

$ kpm deploy quay.io/ant31/memcached --name-prefix other
- deployed other-memcached svc
- deployed other-memcached depoyment