Closed
Description
Opening an issue to get some discussion started on how skaffold can keep track of what it's deploying through the various deployers we support (helm, kubectl apply, ksonnet, etc.).
Tracking these artifacts can help with things like #94 and deletion cases.
For kubectl, we know the manifest paths so we could parse those YAMLs and apply labels, or build a label selector?
For helm, we know the release names so we can query them with helm list or something similar.