#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 은 GitOps 용어로 a deployment model where an in-cluster agent pulls desired state from source. 팀, 사람, 에이전트가 선언된 소스 상태와 실행 중인 시스템을 비교하고, 증거보다 더 많이 배포된 것처럼 꾸미지 않고 행동하도록 돕습니다. 출처: OpenGitOps principles; Flux documentation.
Push-Based Deployment 은 GitOps 용어로 a deployment model where an outside system pushes changes into the runtime. 팀, 사람, 에이전트가 선언된 소스 상태와 실행 중인 시스템을 비교하고, 증거보다 더 많이 배포된 것처럼 꾸미지 않고 행동하도록 돕습니다. 출처: OpenGitOps principles.