Skip to content

All posts — Page 14

Operating systems, infrastructure, emulation, and technical history.

SRE & DevOpsFix 4 min read

Fixing a Failed or Stuck Helm Release

Recover a failed or pending Helm release by preserving evidence, inspecting revisions and resources, testing rollback, and avoiding unsafe secret edits.

#fix#helm#kubernetes
Read more
SRE & DevOpsFix 4 min read

Fixing ImagePullBackOff in Kubernetes

Resolve Kubernetes ImagePullBackOff by classifying event errors, verifying immutable image identity, credentials, node networking, and runtime health.

#fix#kubernetes#containers
Read more
SRE & DevOpsFix 4 min read

Fixing a Kubernetes Node Stuck NotReady

Diagnose a Kubernetes NotReady node through conditions, leases, kubelet, runtime, storage, networking, and safe workload evacuation with evidence intact.

#fix#kubernetes#nodes
Read more