|
You are here |
www.paulsblog.dev | ||
| | | | |
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... | |
| | | | |
jreypo.io
|
|
| | | | | 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
|
|
| | | | | A tutorial on using Ingress in your Kubernetes cluster with Apache APISIX. | |
| | | | |
nsirap.com
|
|
| | | How to get Kubernetes work with Google Docker Container Registry, set read access to the registry | ||