Tagged articles
5 articles
Page 1 of 1
MaGe Linux Operations
MaGe Linux Operations
Jan 30, 2024 · Cloud Native

How to Auto‑Recover Lost s3fs Mounts in a Huawei OBS CSI Plugin

This article explains why a Huawei OBS CSI plugin loses its s3fs process after a restart, causing "Transport endpoint is not connected" errors, and provides a step‑by‑step solution using client‑go to rebuild the mount and trigger kubelet remount via a liveness probe.

CSICloudNativeKubernetes
0 likes · 7 min read
How to Auto‑Recover Lost s3fs Mounts in a Huawei OBS CSI Plugin
37 Interactive Technology Team
37 Interactive Technology Team
Sep 25, 2023 · Cloud Native

Investigation of Kubernetes Container Isolation Mechanism and Its Impact

The article investigates a cloud‑vendor Kubernetes isolation feature that inserts iptables DROP rules into a pod’s network namespace, demonstrating how it fully blocks traffic, triggers liveness‑probe restarts, and impacts services depending on replica count and probe configuration, while preserving state only without probes.

Container SecurityIsolationKubernetes
0 likes · 7 min read
Investigation of Kubernetes Container Isolation Mechanism and Its Impact
Open Source Linux
Open Source Linux
Jan 28, 2023 · Cloud Native

Mastering Kubernetes Probes: Startup, Liveness, and Readiness Explained

This article explains why Kubernetes uses Startup, Liveness, and Readiness probes, describes common Pod states and restart policies, compares the probes, details their configuration fields, and provides practical YAML examples for each probe type to ensure reliable container health monitoring.

KubernetesLivenessProbePod
0 likes · 17 min read
Mastering Kubernetes Probes: Startup, Liveness, and Readiness Explained