Deployment

Status: Development

type: deployment

Description: The software deployment.

Attributes:

RoleKeyStabilityRequirement LevelValue TypeDescriptionExample Values
Otherdeployment.environment.nameStableRecommendedstringName of the deployment environment (aka deployment tier). [1]staging; production

[1] deployment.environment.name: deployment.environment.name does not affect the uniqueness constraints defined through the service.namespace, service.name and service.instance.id resource attributes. This implies that resources carrying the following attribute combinations MUST be considered to be identifying the same service:

  • service.name=frontend, deployment.environment.name=production
  • service.name=frontend, deployment.environment.name=staging.

deployment.environment.name has the following list of well-known values. If one of them applies, then the respective value MUST be used; otherwise, a custom value MAY be used.

ValueDescriptionStability
developmentDevelopment environmentStable
productionProduction environmentStable
stagingStaging environmentStable
testTesting environmentStable