Ship estate journald logs to the k8s log ingest endpoint #531
Reference in New Issue
Block a user
Delete Branch "benvin/journald-k8s-vlinsert"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The estate ships journald to the VM VictoriaLogs cluster, which is being left to age out rather than grow. New log capacity lands in k8s, so clients need to point there while the VM cluster keeps serving historical queries until its retention lapses.
VMs already trust the issuing CA via the system bundle, so journal-upload needs no TLS change.
Requires the k8s VLCluster deployed and serving /insert/journald first.