|
You are here |
www.paulsblog.dev | ||
| | | | |
hypernephelist.com
|
|
| | | | | Traefik is a modern, dynamic load-balancer that was designed specifically with containers in mind. It is able to react to service deployment events from many... | |
| | | | |
navendu.me
|
|
| | | | | A tutorial on using Ingress in your Kubernetes cluster with Apache APISIX. | |
| | | | |
xvnpw.github.io
|
|
| | | | | 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.nuculabs.de
|
|
| | | Hi ?????, In this article I will talk about how to authenticate your applications to the Kubernetes API via the service accounts feature. Citing the Kubernetes docs, a service account for a pod: "provides an identity for processes that run in a Pod. When you (a human) access the cluster (for example, using kubectl), you are authenticated by the apiserver as a particular User Account (currently this is usually admin, unless your cluster administrator has customized your cluster). Processes in containers inside pods can also contact the apiserver. When they do, they are authenticated as a particular Service Account (for example, default)." ?? | ||