Explore >> Select a destination


You are here

www.paulsblog.dev
| | 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...
| | portainer.github.io
1.4 parsecs away

Travel
| | How to deploy Portainer inside a Kubernetes environment.
| | mydeveloperplanet.com
15.3 parsecs away

Travel
| In this blog, you will learn how to use Podman with the built-in equivalent for Docker Compose. You will learn how to use Podman 'kube play' and how to deploy your Podman Pod to a local Minikube cluster. Enjoy! 1. Introduction First reactions to the short intro will be: "you need to use Podman Compose...