Explore >> Select a destination


You are here

www.paulsblog.dev
| | blog.nobugware.com
1.4 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...
| | jreypo.io
2.9 parsecs away

Travel
| | In the article about Kubernetes on ACS I briefly touched the topic of Kubernetes Ingress, originally I was going to made a post about Ingress however I thought it woud be better to explain the different methods to expose a Kubernetes based app and how are they implemented on Azure.
| | navendu.me
1.6 parsecs away

Travel
| | A tutorial on using Ingress in your Kubernetes cluster with Apache APISIX.
| | nsirap.com
41.9 parsecs away

Travel
| How to get Kubernetes work with Google Docker Container Registry, set read access to the registry