traefik
-
Self hosted
Vaultwarden Setup with Traefik Self hosted deployment
Vaultwarden is a another option for self-hosting a password solutions for your home lab or self-hosted security. Let’s look at Vaultwarden setup with Traefik and see how you can easily set this up. Table of contentsWhat is Vaultwarden?Vaultwarden featuresOther featuresVaultwarden…
-
Self hosted
Adguard Home Docker Compose with Traefik Ingress
I have been playing around with different DNS sinkhole services in the home lab environment. I have been running Pi-Hole for a while now, but I wanted to take Adguard Home for a spin. Since I run Docker hosts and…
-
Containers
Traefik LetsEncrypt Certificates Configuration
Traefik is an extremely cool reverse proxy that you can use in Docker and Kubernetes. It can manage incoming traffic to your applications in containers or K8s. Also, it can easily provide SSL certificate automation so you can have automatic…
-
Containers
Migrate Unifi Controller from a Virtual Machine to a Docker Container
If you are running Unifi gear, you are undoubtedly running the Unifi controller in your environment, whether in your home lab network or even a production environment using Unifi equipment. The Unifi controller has a user-friendly interface for configuring, monitoring,…
-
Kubernetes
Microk8s ingress controller configuration with Traefik
Microk8s is one of the easiest forms of Kubernetes you can spin up in an environment as it only requires a few commands to spin up a cluster. It includes the ability to spin up single-node clusters. It also has…
-
Kubernetes
Traefik Ingress Example YAML and setup in K3s
I have been playing around lately in my DevOps learning adventures with Traefik. Traefik is a great ingress controller that you will find used just about everywhere in Kubernetes deployments. However, it can be a bit challenging to deploy. There…
-
Kubernetes
K3s Traefik Dashboard Enable and Configuration
As organizations start to build modern applications and transition from traditional monolithic apps to microservices, many are using containerized workloads running on top of Kubernetes. However, Kubernetes is not a technology for the faint of heart. It can present challenges…