1
0
mirror of https://github.com/funkypenguin/geek-cookbook/ synced 2025-12-13 01:36:23 +00:00
Files
geek-cookbook/docs/kubernetes/ingress/traefik/dashboard.md
David Young f22dd8eb50 Add authentik, tidy up recipe-footer
Signed-off-by: David Young <davidy@funkypenguin.co.nz>
2023-10-31 14:37:29 +13:00

1.1 KiB

title, description
title description
Traefik Ingress Controller's Dashboard Unlike competing ingresses (*cough* nginx *cough*), the beautiful Traefik dashboard UI is free for all.

Traefik Dashboard

One of the advantages Traefik offers over Nginx, is a native dashboard available in the open-source version (Nginx+, the commercially-supported version, also includes a dashboard).

Traefik Dashboard Screenshot{ loading=lazy }

!!! summary "Ingredients"

* [x] A [Kubernetes cluster](/kubernetes/cluster/) 
* [x] [Flux deployment process](/kubernetes/deployment/flux/) bootstrapped
* [x] A [load-balancer](/kubernetes/loadbalancer/) solution (*either [k3s](/kubernetes/loadbalancer/k3s/) or [MetalLB](/kubernetes/loadbalancer/metallb/)*)
* [x] [Traefik](/kubernetes/ingress/traefik/) deployed per-design

{% include 'recipe-footer.md' %}