Industry collection

🛠️ Infrastructure, SRE & Incident Operations

Production reliability workflows for Kubernetes, incidents, observability, backups, deploy safety, infrastructure drift, alerts, and runbook-driven debugging.

Who this is for

  • SREs, platform engineers, DevOps leads, and infrastructure operators responsible for production reliability.
  • Teams that need Kubernetes, observability, backup, deployment, and incident response workflows joined into one operating shelf.

Jobs covered

  • Investigate production incidents across Kubernetes, logs, cloud signals, and observability backends.
  • Review and test infrastructure changes before deploys, Helm releases, Terraform diffs, or cluster manifests cause outages.
  • Run backup, restore, retention, and alert routing workflows with operator-visible evidence.
  • Keep cluster operations, dashboards, and runbooks close enough for on-call use.

Workflow Stacks

  • Kubernetes incident triage: Open cluster context → tail affected pod logs → inspect crash signals → correlate observability → capture runbook notes
  • Safe infrastructure change: Review Terraform or Helm diff → lint automation → run cluster tests → sync GitOps target → watch rollout health
  • Backup and recovery readiness: Schedule backups → verify retention → test restore path → route failure alerts → record evidence

Curated Skills (30)

Kubernetes Pod Crash Diagnostics

Turns CrashLoopBackOff and pod failure evidence into a focused diagnosis packet for responders.

Kubernetes support engineerMedium install121.7k stars
K9s Kubernetes Terminal Dashboard

Provides a fast terminal cockpit for cluster inspection during normal operations and incidents.

SRE / cluster operatorLow install33.2k stars
ArgoCD GitOps Sync Automator

Automates GitOps sync checks and actions for teams running ArgoCD-backed production deploys.

Release engineer / platform operatorMedium install22.5k stars
Helm Chart Diff & Upgrade Manager

Makes Helm upgrades reviewable by surfacing chart diffs before cluster changes land.

Kubernetes release engineerMedium install29.7k stars
Terraform Plan Diff Analyzer

Turns Terraform plan output into an infrastructure-review artifact before risky changes merge.

Infrastructure reviewerMedium install48.1k stars
Terraform Drift Detector

Detects drift between declared Terraform state and real infrastructure before incidents or surprise costs appear.

Cloud platform engineerMedium install48.1k stars
SigNoz Open-Source Observability Platform

Provides logs, metrics, and traces for production reliability investigations without a proprietary-only observability stack.

Observability engineerHigh install26.5k stars
Datadog Integration Connector

Connects Datadog signals into agent workflows for incident context, monitor review, and dashboard triage.

SRE / observability engineerMedium install791 stars
Profile Python agent workloads with Scalene

Profiles CPU, GPU, and memory hotspots in Python agent services, tool servers, or retrieval pipelines before reliability tuning.

AI platform SRE / Python performance engineerLow install13.5k stars
SkillWhat it does herePersonaInstallStars
Deploy Kubernetes-native agents with kagentAdds a Kubernetes-native agent control plane for cluster automation experiments that still need operator boundaries.Platform engineer / SRE leadHigh2.9k
Control Kubernetes infrastructure through natural-language MCP workflowsLets operators inspect and act on Kubernetes resources through MCP instead of brittle one-off kubectl prompts.SRE / platform operatorHigh898
Run Kubernetes cluster operations through MCPCovers cluster-level MCP operations for routine checks, triage, and controlled remediation.Kubernetes operatorHigh1.4k
Operate Kubernetes and OpenShift clusters through MCPExtends the cluster-ops workflow to Kubernetes and OpenShift environments where enterprise platform teams need consistent runbooks.Platform engineer / OpenShift adminHigh1.6k
Investigate production incidents across Kubernetes and cloud signals with HolmesGPTPulls Kubernetes and cloud signals into an incident investigation loop instead of leaving responders to correlate dashboards manually.Incident commander / SREMedium2.3k
Tail multi-pod Kubernetes logs by label during incidents with SternGives responders a fast multi-pod log tailing step during label-scoped outages.On-call engineerLow4.6k
Kubernetes Pod Crash DiagnosticsTurns CrashLoopBackOff and pod failure evidence into a focused diagnosis packet for responders.Kubernetes support engineerMedium121.7k
K9s Kubernetes Terminal DashboardProvides a fast terminal cockpit for cluster inspection during normal operations and incidents.SRE / cluster operatorLow33.2k
Polaris Kubernetes Best Practices ValidatorChecks Kubernetes workload readiness and policy hygiene before manifest mistakes reach production.Platform reliability reviewerLow3.4k
Lint Ansible playbooks and roles before automation breaks in prod with ansible-lintPrevents configuration automation failures by linting playbooks before they run against infrastructure.DevOps engineerLow3.9k
ArgoCD GitOps Sync AutomatorAutomates GitOps sync checks and actions for teams running ArgoCD-backed production deploys.Release engineer / platform operatorMedium22.5k
Helm Chart Diff & Upgrade ManagerMakes Helm upgrades reviewable by surfacing chart diffs before cluster changes land.Kubernetes release engineerMedium29.7k
Plan and apply many Helm releases from one declarative state before cluster changes drift out of sync with HelmfileCoordinates many Helm releases from a single desired state so platform drift is visible before apply.Platform engineerHigh5.1k
Run declarative Kubernetes test suites against clusters before operator or manifest changes merge with KUTTLRuns declarative Kubernetes tests before operator or manifest changes become incident fuel.Platform QA / SREMedium804
Terraform Plan Diff AnalyzerTurns Terraform plan output into an infrastructure-review artifact before risky changes merge.Infrastructure reviewerMedium48.1k
Terraform Drift DetectorDetects drift between declared Terraform state and real infrastructure before incidents or surprise costs appear.Cloud platform engineerMedium48.1k
Orchestrate database backup, restore, retention, and failure-notification runbooks through DatabasementCovers backup, restore, retention, and failure notification as an auditable runbook rather than an ad hoc database chore.Database operator / SREMedium315
Schedule and retain cross-database backups from one self-hosted control plane with DatabasusCentralizes scheduled backups and retention across databases for smaller platform teams.Infrastructure operatorMedium6.6k
Restic Fast Encrypted Backup ProgramAdds encrypted file and repository backup workflows for production recovery planning.SRE / backup ownerLow32.9k
Netdata Real-Time Infrastructure Monitoring and AlertingGives infrastructure teams immediate host and service telemetry for alerting and triage.SRE / infra operatorMedium78.4k
SigNoz Open-Source Observability PlatformProvides logs, metrics, and traces for production reliability investigations without a proprietary-only observability stack.Observability engineerHigh26.5k
OpenObserve Cloud-Native Observability Platform for Logs Metrics and TracesAdds a cloud-native observability backend for logs, metrics, traces, and incident search.Observability platform ownerHigh18.5k
Convert SMTP-only alerts into routed notification deliveries with MailriseRoutes legacy SMTP-only alerts into modern notification channels so incidents reach the right responders.On-call tooling ownerLow1.5k
Datadog Integration ConnectorConnects Datadog signals into agent workflows for incident context, monitor review, and dashboard triage.SRE / observability engineerMedium791
Trace and debug agent runs with AgentOpsAdds run-level tracing for agent systems that SRE teams need to debug after failures or noisy automation.SRE / agent platform operatorMedium5.6k
Trace LLM and agent workflows with OpenLLMetryConnects LLM and agent traces to OpenTelemetry-style incident investigation workflows.Observability engineer / platform SREMedium7.2k
Trace and evaluate LLM application behavior with LangtraceAdds OpenTelemetry-style traces, metrics, and evaluations for production LLM and agent applications that SRE teams need to debug and monitor.AI platform SRE / observability engineerMedium1.2k
Profile Python agent workloads with ScaleneProfiles CPU, GPU, and memory hotspots in Python agent services, tool servers, or retrieval pipelines before reliability tuning.AI platform SRE / Python performance engineerLow13.5k
Evaluate and monitor LLM workflows with AgentaAdds monitoring and evaluation coverage for production LLM workflows that need regression signals during incidents.AI platform SRE / reliability ownerMedium4.2k
Record system-level agent activity with AgentSightRecords system-level behavior from agent commands during incidents or postmortems, giving SRE teams evidence beyond agent transcripts.SRE / agent platform reliability ownerHigh469

Editorial Notes

  • This collection crosses Runbooks, Monitoring, CI/CD, Code Quality, Developer Tools, and Integrations because incident work rarely stays inside one category.
  • Listed Kubernetes agent picks are included only where they represent a distinct operator workflow not covered by stronger security-reviewed alternatives.
  • Avoid autonomous remediation by default; the collection is built around reviewable signals, controlled runbooks, and operator handoff.
  • Keep this persona-based for SRE and platform operations; do not turn it into a generic Monitoring or CI/CD category mirror.

Adjacent Collections