Explore >> Select a destination


You are here

hypernephelist.com
| | www.learnitguide.net
1.7 parsecs away

Travel
| | how to configure dns for applications deployed on kubernetes, configure dns for kubernetes applications, set dns kubernetes, configure kubernetes dns
| | jreypo.io
1.2 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.
| | nbailey.ca
1.5 parsecs away

Travel
| | Kubernetes is our generation's Asbestos.
| | blog.nuculabs.de
37.3 parsecs away

Travel
| 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)." ??