Service Manifest
A configuration document that defines the deployment properties, resources, and runtime environment of a service.
Explore more about Deployment Standards
Related terms
A declarative configuration file that specifies how an application or service should be deployed, configured, and managed within a target environment.
Kubernetes ManifestA declarative configuration file, typically written in YAML, that defines the desired state of Kubernetes resources such as Pods, Deployments, Services, ConfigMaps, and Ingresses, enabling consistent deployment and management of containerized applications.
Service OrchestrationThe automated arrangement, coordination, and management of complex software services and microservices to fulfill a workflow.
Service EndpointA network address or communication entry point where a specific service or agent capability can be accessed.
ContainerizationThe practice of packaging an application and its dependencies into portable containers that run consistently across different environments.