You are here |
ectobit.com | ||
| | | |
blog.nobugware.com
|
|
| | | | Following my earlier post about Traefik 2 and Kubernetes, here are some advanced configuration examples and a full yaml example at the end of this post: Protecting a route with a password Create an htpasswd file named users for a user admin htpasswd -c users admin Use kubectl to create the secret (easier for multi lines file). kubectl create secret generic admin-authsecret --from-file=users Create a middleware for authentication: apiVersion: traefik.containo.us/v1alpha1 kind: Middleware metadata: name: a... | |
| | | |
vadosware.io
|
|
| | | | Traefik is my cluster ingress controller, and ahead of the addition of UDP support (which I'm pretty excited about) I'm upgrading Traefik from v1 to v2 | |
| | | |
blog.nobugware.com
|
|
| | | | Guide to Enable Cloudflare in front of a Kubernetes cluster with Traefik | |
| | | |
www.gocd.org
|
|
| | GoCD on Kubernetes using Terraform |