Tagged articles

PDB

16 articles · Page 1 of 1
MaGe Linux Operations
MaGe Linux Operations
Jul 31, 2026 · Cloud Native

Advanced Kubernetes Scheduling: Pod Affinity, Anti‑Affinity, and Topology Spread Constraints

This article explains how node affinity, pod affinity/anti‑affinity, and topologySpreadConstraints differ, shows how to diagnose pending Pods, provides best‑practice YAML examples, and integrates these rules with PDBs, PriorityClasses, metrics, and rollback procedures for reliable, highly available workloads.

KubernetesNodeAffinityPDB
0 likes · 27 min read
Advanced Kubernetes Scheduling: Pod Affinity, Anti‑Affinity, and Topology Spread Constraints
Cloud Architecture
Cloud Architecture
Apr 20, 2026 · Cloud Native

Industrial‑Grade Kubernetes Deployment: Zero‑Downtime Rolling Updates for Million‑Scale Concurrency

This article dissects a real‑world e‑commerce deployment failure, identifies common misconfigurations in Kubernetes Deployments, and presents a comprehensive, production‑ready guide that covers controller principles, rolling‑update sequencing, readiness semantics, capacity planning, HPA tuning, graceful shutdown, progressive delivery, GitOps integration, and a checklist of best‑practice patterns to achieve zero‑downtime releases capable of handling million‑level concurrent traffic.

GitOpsHPAKubernetes
0 likes · 43 min read
Industrial‑Grade Kubernetes Deployment: Zero‑Downtime Rolling Updates for Million‑Scale Concurrency
Python Programming Learning Circle
Python Programming Learning Circle
Mar 1, 2025 · Fundamentals

Three Essential Tools for Debugging Asynchronous Python Code

This article introduces three core tools—Python's built‑in debugger (pdb), the real‑time event‑loop monitor aiomonitor, and the testing library asynctest—to help developers track, debug, and prevent bugs in asynchronous Python programs, complete with practical code examples and usage instructions.

DebuggingPDBaiomonitor
0 likes · 8 min read
Three Essential Tools for Debugging Asynchronous Python Code
Test Development Learning Exchange
Test Development Learning Exchange
Jan 14, 2024 · Fundamentals

Using pdb and ipdb Interactive Debuggers in Python

This article introduces Python's interactive debuggers pdb and ipdb, demonstrating how to set breakpoints, step through code, inspect variables, handle exceptions, use conditional breakpoints, and perform remote debugging through concise code examples and command explanations.

DebuggingPDBRemote Debugging
0 likes · 4 min read
Using pdb and ipdb Interactive Debuggers in Python
Test Development Learning Exchange
Test Development Learning Exchange
Aug 2, 2023 · Fundamentals

Using pdb and ipdb: Basic Usage and 10 Practical Debugging Scenarios in Python

This article introduces Python's interactive debuggers pdb and ipdb, explains their core commands, and provides ten practical code examples covering breakpoints, stepping, variable inspection, conditional breakpoints, exception handling, and remote debugging to help developers efficiently troubleshoot and improve code quality.

PDBcode-exampleipdb
0 likes · 4 min read
Using pdb and ipdb: Basic Usage and 10 Practical Debugging Scenarios in Python
dbaplus Community
dbaplus Community
Jul 4, 2020 · Databases

Mastering Oracle 19c Hot Clone: A Complete Step‑by‑Step Guide

This article explains the background of Oracle 19c hot clone, lists the prerequisites, details the three‑phase cloning process, provides exhaustive local, remote, subset and refreshable PDB scenarios with exact SQL commands, highlights common errors and their solutions, and concludes with best‑practice recommendations.

Database MigrationHot CloneOracle
0 likes · 21 min read
Mastering Oracle 19c Hot Clone: A Complete Step‑by‑Step Guide
dbaplus Community
dbaplus Community
Sep 26, 2019 · Databases

Mastering Oracle 12c Multitenant Backup & Recovery: A Step‑by‑Step Guide

An in‑depth exploration of Oracle 12c’s multitenant architecture explains key concepts, analyzes a real‑world backup failure, and provides a comprehensive, step‑by‑step RMAN procedure—including control file handling, datafile restoration, and selective tablespace skipping—to reliably recover pluggable databases.

BackupDatabaseOracle
0 likes · 13 min read
Mastering Oracle 12c Multitenant Backup & Recovery: A Step‑by‑Step Guide