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
I'm new to Kathará / Megalos and I'm currently working on measuring various performance / convergence criteria of a BGP topology running on a Kubernetes cluster using Megalos.
The setup is working fine so far, and the Quagga BGP routers are producing the logs I need for my work. But I am having trouble extracting them efficiently from Megalos.
What I have tried so far:
I configure the Quagga BGP router in "zebra.conf" and "bgpd.config" to log to stdout, i.e. "log stdout". But the Loki Stack / Grafana can't find the log stream (with the BGP update messages / keepalives etc.), only these general logs (see below)
Do you know how I could solve this problem or can thing of a better way to retrieve these logs? Is there a way to copy log files between the container running in Kubernetes in the cloud and my remote machine?
Thanks in advance for your help!
The text was updated successfully, but these errors were encountered:
Alternatively, you can use the exec to cat the logs inside a container and redirect the stdout to a file on the host.
Probably we should implement something to make this process more straightforward.
Let me know if this helps or if you need further assistance.
P.S. I recommend using FRR instead of Quagga, as Quagga is no longer maintained. Switching to FRR might also simplify your integration with Loki/Grafana.
Hi Kathará / Megalos Team,
I'm new to Kathará / Megalos and I'm currently working on measuring various performance / convergence criteria of a BGP topology running on a Kubernetes cluster using Megalos.
The setup is working fine so far, and the Quagga BGP routers are producing the logs I need for my work. But I am having trouble extracting them efficiently from Megalos.
What I have tried so far:
Do you know how I could solve this problem or can thing of a better way to retrieve these logs? Is there a way to copy log files between the container running in Kubernetes in the cloud and my remote machine?
Thanks in advance for your help!
The text was updated successfully, but these errors were encountered: