|
You are here |
brunoscheufler.com | ||
| | | | |
www.learnitguide.net
|
|
| | | | | Learn Kubernetes RBAC with real EKS examples. Control user access using Roles, Bindings & aws-auth. Includes step-by-step demo for 3 IAM users. | |
| | | | |
blog.nobugware.com
|
|
| | | | | Deploying Kubernetes on arm64 with the help of k3s | |
| | | | |
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)." ?? | |
| | | | |
nodogmablog.bryanhogan.net
|
|
| | | In my previous post I showed how to run a single instance of a Web API application in Kubernetes using Minikube. In this post, I will show you how to deploy the same application, but this time there will be 3 instances of the application, with a load balancer routing traffic to each of the instances. | ||