/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

alexos.dev
| | hypernephelist.com
4.4 parsecs away

Travel
| | This article describes the steps to deploy the SUSE Cloud Application Platform (CAP) on Azure Kubernetes Service (AKS). SUSE Cloud Application Platform is a ...
| | shibumi.dev
3.1 parsecs away

Travel
| | How to create a Kubernetes Cluster with Kubermatic's KubeOne on Hetzner Cloud
| | onatm.dev
3.3 parsecs away

Travel
| | The blog of Onat Yigit Mercan. Rust enthusiast, cloud infrastructure builder, and occasional explorer of computer science - from assembly to distributed systems.
| | blog.nuculabs.de
9.4 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)."