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
It's usefull to deploy multiple time a same package on a same namespace.