You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
kubeagent v0.3.0
Four features since v0.2.0, closing the blind spots found by the
2026-06-29 chaos / failure-injection tests:
- Service / LoadBalancer health: flags selector Services with no ready
endpoints and LoadBalancer Services with no external address.
- NetworkPolicy awareness: annotates a degraded, finding-less workload with
the NetworkPolicies selecting its pods (a root-cause hint).
- Connectivity diagnostics: an unreachable/broken API server yields an
actionable diagnosis (down/timeout/TLS-cert/auth/DNS) with a details line.
- Credential lint (opt-in): scan --lint-secrets flags credentials stored in
the clear (ConfigMap values, pod env literals) by location and pattern —
never the value, and never sent to --explain.