Tag

PreStop

0 views collected around this technical thread.

DevOps
DevOps
Mar 13, 2024 · Cloud Native

Integrating CMDB with Cloud‑Native Container Workloads Using Init Containers, Hooks, and Event Monitoring

The article examines how CMDB can be combined with cloud‑native container architectures by leveraging Kubernetes init containers, lifecycle hooks (PostStart and PreStop), and an event‑monitoring‑to‑MQ pipeline, discussing the technical rationale, implementation details, advantages, and challenges of each approach.

CMDBCloudNativeEventMonitoring
0 likes · 9 min read
Integrating CMDB with Cloud‑Native Container Workloads Using Init Containers, Hooks, and Event Monitoring
Xueersi Online School Tech Team
Xueersi Online School Tech Team
May 7, 2021 · Cloud Native

Smooth Upgrade Strategies for Cloud Native Services to Prevent 5xx Errors

This article explains why 5xx errors occur during service upgrades, describes the container and pod lifecycle in Kubernetes, and provides practical smooth‑upgrade techniques—including traffic routing, readiness probes, preStop scripts, and exec‑based entrypoints—to achieve lossless deployments for web and micro‑services.

5xx errorsKubernetesPreStop
0 likes · 10 min read
Smooth Upgrade Strategies for Cloud Native Services to Prevent 5xx Errors