FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
CDEvents in Action #5: The Kubernetes Deployment Blind Spot
How-ToDevOps

CDEvents in Action #5: The Kubernetes Deployment Blind Spot

via Dev.toDavid Bernard3w ago

ArgoCD gives you GitOps visibility. But what about the operator who ran kubectl apply during an incident? Or the platform team's helm upgrade ? Those are invisible — and they're the ones that tend to cause problems. The Gap ArgoCD Leaves In Episode #4 , you learned to capture CDEvents passively from ArgoCD webhooks — no pipeline changes, instant visibility into GitOps deployments. But ArgoCD only sees what ArgoCD manages. In a real cluster, deployments happen in multiple ways: kubectl apply -f deployment.yaml — ops team responding to an incident helm upgrade payment-api ./chart — platform team releasing a patch kubectl set image deployment/api api=v2.1.0 — someone testing a hotfix ArgoCD sync — your GitOps flow Only the last one shows up in ArgoCD. The first three are invisible. This isn't a criticism of ArgoCD. It's the right tool for what it does. The gap is that your cluster has more activity than your GitOps tool manages . What Native Kubernetes Monitoring Adds Instead of watching

Continue reading on Dev.to

Opens in a new tab

Read Full Article
22 views

Related Articles

How-To

Learn Something Old Every Day, Part XVIII: How Does FPU Detection Work?

Lobsters • 4d ago

“Learn to Code” Is Dead… Learn to Think Instead
How-To

“Learn to Code” Is Dead… Learn to Think Instead

Medium Programming • 4d ago

How-To

How One File Makes Claude Code Actually Follow Your Instructions

Medium Programming • 4d ago

LeetCode Solution: 121. Best Time to Buy and Sell Stock
How-To

LeetCode Solution: 121. Best Time to Buy and Sell Stock

Dev.to Tutorial • 4d ago

The Feature Took 2 Hours to Build — and 2 Weeks to Fix
How-To

The Feature Took 2 Hours to Build — and 2 Weeks to Fix

Medium Programming • 4d ago

Discover More Articles