Inspect logs and Events
There is no integrated log viewer. Use Kubernetes CLI commands.
Instance status and Events
Start with .status.message and warning Events. They usually identify admission,
scheduling, certificate, Service, storage, or reconciliation failures before
container logs are needed.
Data Pod logs
Use --previous after a container restart. For an active incident, add --follow
and a bounded --since value rather than downloading an unbounded log.
Cluster data Pods and Sentinel Pods also run an agent sidecar container that
performs in-Pod reconciliation tasks. Include its logs when diagnosing
topology, announcement, or credential problems:
Sentinel logs
Discover Sentinel Pods and inspect the sentinel container:
Operator logs
Locate the Operator Deployment instead of assuming its namespace:
When opening a support case, include the Valkey YAML with Secret data removed,
related Events, Pod states, relevant container logs, Operator logs, and the exact
time range. Never include Secret values or generated TLS private keys.