Skip to content
SRE & DevOps

SRE & DevOps posts

Containers, orchestration, cloud infrastructure, and the practices that keep production reliable.

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
SRE & DevOpsFix 4 min read

Fixing Terraform Provider Version Conflicts

Resolve Terraform provider constraint conflicts using the requirement tree, required_providers, committed lock selections, checksums, and tested upgrades.

#fix#terraform#providers
Read more
SRE & DevOpsHow-To 5 min read

How to Implement GitOps with ArgoCD

Implement GitOps with Argo CD using pinned installation assets, constrained projects, safe automated sync, drift detection, and tested recovery.

#howto#gitops#argocd
Read more
SRE & DevOpsHow-To 5 min read

How to Set Up Kubernetes NetworkPolicies

Deploy Kubernetes NetworkPolicies with verified CNI enforcement, default-deny baselines, explicit DNS access, namespace labels, and negative tests.

#howto#networkpolicy#kubernetes
Read more