Explore >> Select a destination


You are here

developer-friendly.blog
| | vadosware.io
8.8 parsecs away

Travel
| | How to install Loki & Fluent Bit for lightweight monitoring across your k8s cluster.
| | www.davidxia.com
9.2 parsecs away

Travel
| | 3 Levels of Load Testing GKE Workload Identity April 1, 2020 | By David Xia I manage multitenant Google Kubernetes Engine (GKE) clusters for stateless backend ...
| | vadosware.io
7.4 parsecs away

Travel
| | Modifying a recently created Container Linux ignition configuration to use rkt and kube-router (instead of containerd and canal).
| | blog.nobugware.com
67.6 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...