You are here |
railsadventures.wordpress.com | ||
| | | |
blog.risingstack.com
|
|
| | | | Common Kubernetes interview questions and answers about the architecture, deployment, and management of k8s containers. | |
| | | |
spacelift.io
|
|
| | | | Follow the best practices for Kubernetes listed in this article for painless and efficient maintenance of your K8s cluster. | |
| | | |
www.viktorious.nl
|
|
| | | | In this blogpost I want to share a few pointers in regards to installing Tanzu Application Platform on OSS Kubernetes. Tanzu Application Platform provides an Internal Developers Platform based on Back | |
| | | |
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)." ?? |