Explore >> Select a destination


You are here

www.learnitguide.net
| | vadosware.io
3.1 parsecs away

Travel
| | I upgraded my tiny cluster from kubernetes v1.13.0 to 1.15.0, and only briefly visited a single pitfall.
| | mherman.org
3.3 parsecs away

Travel
| | This tutorial demonstrates how to spin up a Kubernetes cluster on Ubuntu 18.04.
| | www.tremolosecurity.com
25.5 parsecs away

Travel
| | .
| | blog.nuculabs.de
40.5 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)." ??