Panfactum LogoPanfactum
Resource Tags

Standard Resource Tags

Every resource deployed by a Panfactum module contains the following tags 1.

VariableDescription
panfactum.com/environmentThe environment this resource is deployed in
panfactum.com/regionThe region this resource is deployed in
panfactum.com/moduleThe Panfactum module directly defining this resource
panfactum.com/root-moduleThe root Panfactum module responsible for creating this resource
panfactum.com/stack-versionWhich version of the Panfactum stack the module deploying this resource is a part of (git ref)
panfactum.com/stack-commitThe specific commit hash of the module deploying this resource
panfactum.com/localtrue iff the resource is part of a local development environment
panfactum.com/workload(Kubernetes-only) For replicated workloads (e.g., Deployments, StatefulSets, etc.), the name of the group of pods. Used for aggregation in monitoring system.

Internal Tags

The Panfactum modules do occasionally add other tags to resources, but these are for internal use only and do not have a stable API. They are always prefixed with panfactum.com.

Extra Tags

You can add arbitrary extra tags to the resources you deploy. See this guide for instructions.

Footnotes

  1. For Kubernetes resources, these are labels.