Practical DevOps Architecture
Author

Practical DevOps Architecture

Hands‑on DevOps operations using Docker, K8s, Jenkins, and Ansible—empowering ops professionals to grow together through sharing, discussion, knowledge consolidation, and continuous improvement.

514
Articles
0
Likes
1.1k
Views
0
Comments
Recent Articles

Latest from Practical DevOps Architecture

100 recent articles max
Practical DevOps Architecture
Practical DevOps Architecture
Jul 31, 2025 · Operations

How to Diagnose and Fix Elasticsearch Throttling Allocation Issues

This guide explains how to use the Elasticsearch GET /_cluster/allocation/explain API to identify throttling deciders, interpret the underlying allocation limits, and adjust persistent or transient cluster routing settings—such as node_concurrent_recoveries and indices.recovery.max_bytes_per_sec—to resolve shard allocation bottlenecks.

Elasticsearchcluster allocationpersistent settings
0 likes · 4 min read
How to Diagnose and Fix Elasticsearch Throttling Allocation Issues
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