SRE: SLIs, SLOs, and Automations That Actually Help

2026-02-06 | 11 min read

We will explore how to define SLIs and SLOs as code, deploy them with ArgoCD, and use MCP servers to automate SRE workflows...

SRE: Incident Management, On-Call, and Postmortems as Code

2026-02-23 | 16 min read

We will explore how to build an effective incident management workflow, set up on-call rotations that don't burn people out, write runbooks as code, and run blameless postmortems...

SRE: Observability Deep Dive: Traces, Logs, and Metrics

2026-02-28 | 12 min read

We will explore the three pillars of observability, how to instrument your applications with OpenTelemetry, build useful dashboards in Grafana, and set up log aggregation that actually helps during incidents...

SRE: Chaos Engineering, Breaking Things on Purpose

2026-03-02 | 12 min read

We will explore chaos engineering in Kubernetes using Litmus and Chaos Mesh, how to plan and run game days, and why breaking things on purpose is the best way to build reliable systems...

SRE: Capacity Planning, Autoscaling, and Load Testing

2026-03-05 | 13 min read

We will explore how to right-size your Kubernetes workloads, configure HPA and VPA for automatic scaling, use KEDA for event-driven scaling, and load test with k6 to validate your capacity...

SRE: Secrets Management in Kubernetes

2026-03-07 | 21 min read

We will explore secrets management in Kubernetes, from Sealed Secrets and External Secrets Operator to HashiCorp Vault integration, secret rotation strategies, and SOPS for encrypting secrets in Git...

SRE: GitOps with ArgoCD

2026-03-09 | 11 min read

We will explore GitOps principles with ArgoCD, from Application CRDs and App of Apps patterns to sync strategies, multi-cluster management with ApplicationSets, and monitoring your GitOps workflows...

SRE: Cost Optimization in the Cloud

2026-03-13 | 20 min read

We will explore FinOps principles and cost optimization strategies for Kubernetes and cloud infrastructure, from right-sizing workloads and spot instances to Kubecost visibility and cost-aware SLOs...

SRE: Dependency Management and Graceful Degradation

2026-03-17 | 24 min read

We will explore how to manage service dependencies reliably, from circuit breakers and bulkhead patterns to graceful degradation strategies and dependency SLOs with practical Elixir and Kubernetes examples...

SRE: Release Engineering and Progressive Delivery

2026-03-21 | 11 min read

We will explore release engineering practices for reliable deployments, from canary releases with Argo Rollouts and blue-green deployments to feature flags, rollback automation, and deployment SLOs...

SRE: Database Reliability

2026-03-23 | 25 min read

We will explore database reliability patterns for PostgreSQL in Kubernetes, from connection pooling and backup strategies to zero-downtime migrations, CloudNativePG operator, and failover automation...