Practical DevOps Architecture
Practical DevOps Architecture
Jul 16, 2025 · Operations

How to Build a Simple Python Service Health Check Script

This guide shows how to write a Python script that constructs a service health URL from command‑line arguments, sends an HTTP request using the requests library, parses the JSON response, and raises an error if the service status is not "UP", providing clear success or failure feedback.

backendhealth-checkrequests
0 likes · 2 min read
How to Build a Simple Python Service Health Check Script
Tencent Cloud Middleware
Tencent Cloud Middleware
May 22, 2020 · Cloud Native

When to Use Client vs Server Service Discovery? A Deep Technical Dive

This article examines service discovery patterns, comparing client‑side and server‑side approaches, explores consistency trade‑offs, health‑check mechanisms, subscription models, graceful up/down procedures, and high‑availability designs to help engineers choose the right solution for microservice architectures.

Consistencycloud-nativehealth-check
0 likes · 15 min read
When to Use Client vs Server Service Discovery? A Deep Technical Dive