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 #6: Monitor Every Kubernetes Deployment with One Helm Command
How-ToDevOps

CDEvents in Action #6: Monitor Every Kubernetes Deployment with One Helm Command

via Dev.toDavid Bernard3h ago

After this, every Deployment, StatefulSet, and DaemonSet change in your cluster generates a CDEvent automatically — no matter how it was deployed. Episode #5 explained the gap. This episode closes it. What You Need CDviz running with cdviz-collector reachable from inside the cluster Kubernetes v1.19+ with kubectl access Helm 3 The Command helm install cdviz-collector oci://ghcr.io/cdviz-dev/charts/cdviz-collector \ --set kubewatch.enabled = true \ --namespace cdviz \ --create-namespace That single flag ( kubewatch.enabled=true ) deploys kubewatch alongside cdviz-collector and wires them together: kubewatch watches Deployment/StatefulSet/DaemonSet changes cluster-wide (can be configured) cdviz-collector receives kubewatch CloudEvents and transforms them to CDEvents RBAC is configured automatically (read-only ClusterRole) See Kubernetes (via Kubewatch) Integration for details. Verify It Works 1. Check both pods are running: kubectl get pods -n cdviz # NAME READY STATUS # cdviz-collector-

Continue reading on Dev.to

Opens in a new tab

Read Full Article
2 views

Related Articles

How to Use Claude Code for Free — No Subscription, No Tricks
How-To

How to Use Claude Code for Free — No Subscription, No Tricks

Medium Programming • 7h ago

Nobody Warned Me About This Part of Being a Junior Developer
How-To

Nobody Warned Me About This Part of Being a Junior Developer

Medium Programming • 8h ago

Talent gets the spotlight.
Discipline builds the legacy.
How-To

Talent gets the spotlight. Discipline builds the legacy.

Medium Programming • 9h ago

Coding in the Age of Co-Pilots: Why Developers Who Think Will Win
How-To

Coding in the Age of Co-Pilots: Why Developers Who Think Will Win

Medium Programming • 10h ago

Two more EVs for the trash heap: Volvo EX30 and Honda Prologue
How-To

Two more EVs for the trash heap: Volvo EX30 and Honda Prologue

The Verge • 11h ago

Discover More Articles