#deployment
7 approved public terms with this tag.
The Deployment Alert is a notification trigger used to observe deployment across PlatPhorm News infrastructure. It helps operators verify that article listings, feeds, API routes, and network graph services are available, fresh, and healthy.
The Deployment Dashboard is a visual monitoring surface used to observe deployment across PlatPhorm News infrastructure. It helps operators verify that article listings, feeds, API routes, and network graph services are available, fresh, and healthy.
The Deployment Log is a recorded event stream used to observe deployment across PlatPhorm News infrastructure. It helps operators verify that article listings, feeds, API routes, and network graph services are available, fresh, and healthy.
The Deployment Metric is a measured operational value used to observe deployment across PlatPhorm News infrastructure. It helps operators verify that article listings, feeds, API routes, and network graph services are available, fresh, and healthy.
The Deployment Probe is a automated health check used to observe deployment across PlatPhorm News infrastructure. It helps operators verify that article listings, feeds, API routes, and network graph services are available, fresh, and healthy.
Pull-Based Deployment is a GitOps term for a deployment model where an in-cluster agent pulls desired state from source. It helps teams, humans, and agents compare declared source state with running systems, then act without pretending a deployment did more than the evidence shows. Source context: OpenGitOps principles; Flux documentation.
Push-Based Deployment is a GitOps term for a deployment model where an outside system pushes changes into the runtime. It helps teams, humans, and agents compare declared source state with running systems, then act without pretending a deployment did more than the evidence shows. Source context: OpenGitOps principles.