Explore >> Select a destination


You are here

ectobit.com
| | blog.nobugware.com
9.3 parsecs away

Travel
| | 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
11.5 parsecs away

Travel
| | 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
8.2 parsecs away

Travel
| | Guide to Enable Cloudflare in front of a Kubernetes cluster with Traefik
| | www.gocd.org
119.1 parsecs away

Travel
| GoCD on Kubernetes using Terraform