Explore >> Select a destination


You are here

astrid.tech
| | www.joshkasuboski.com
3.0 parsecs away

Travel
| | Deploying a cheap kubernetes cluster on GKE with Terraform
| | www.alicegg.tech
2.8 parsecs away

Travel
| | In a previous post, I explained how to manage a Kubernetes cluster with FluxCD.This showed a way to implement a GitOps workflow, which means using a Git repo...
| | shibumi.dev
3.3 parsecs away

Travel
| | How to create a Kubernetes Cluster with Kubermatic's KubeOne on Hetzner Cloud
| | blog.nuculabs.de
12.8 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)." ??