Explore >> Select a destination


You are here

www.paulsblog.dev
| | portainer.github.io
1.4 parsecs away

Travel
| | How to deploy Portainer inside a Kubernetes environment.
| | xvnpw.github.io
1.4 parsecs away

Travel
| | In my previous post about Apache APISIX I have found path traversal in uri-blocker plugin. In this text I will focus on yet another ingress controller which is Traefik. It has feature called forward auth. At the end I will mention HAProxy ingress controller.
| | 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...
| | jlu5.com
24.3 parsecs away

Travel
| [AI summary] The article details the process of running Docker inside an unprivileged LXC container on a Debian 11 host, overcoming challenges related to container nesting, storage drivers, and kernel compatibility.