Kubernetes Manifest #32
fhptech
started this conversation in
Show and tell
Replies: 2 comments
-
@fhptech https://forum.hhf.technology/t/deploying-a-traefik-log-dashboard-on-kubernetes-with-ingressroute-by-fhptech/ |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thank you for sharing this, it was a good help in configuring my setup in K8s. Here's my deployment/server using OTLP. I tried to get GRPC working but it failed, I had to use the http endpoint. traefik-dashboard-deployment.yaml
traefik-dashboard-service.yaml
Traefik HelmChartConfig
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We are running Traefik as part of our Kubernetes deployment (vSphere with Tanzu) and recently deployed the log dashboard to monitor the access logs. Thought I would share this manifest as a POC reference for others or if you wanted to use it as a template for inclusion as another installation option. Excuse any mistakes in the manifest and the use of multiple containers per deployment which goes against standard Kubernetes practices as it was slapped together quickly just to get operational. It includes publishing the frontend via Traefik IngressRoutes
Beta Was this translation helpful? Give feedback.
All reactions