/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

chipnetics.com
| | wimpysworld.com
2.1 parsecs away

Travel
| | Blog, Podcasts, Live Streams and Videos about Linux and Open Source with a focus on Ubuntu, Debian and NixOS.
| | current.workingdirectory.net
3.4 parsecs away

Travel
| | Some thoughts based on my work as a movement technologist
| | sam.hooke.me
3.1 parsecs away

Travel
| | The home page of Sam Hooke.
| | blog.nobugware.com
17.0 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...