|
You are here |
haylinmoore.com | ||
| | | | |
hayl.in
|
|
| | | | | [AI summary] This blog post details the process of using GitHub Actions to deploy and manage Kubernetes deployments, including service account setup, token generation, kubeconfig configuration, and hitless deployment strategies. | |
| | | | |
github.com
|
|
| | | | | Contribute to haylinmoore/drone-rollout-restart development by creating an account on GitHub. | |
| | | | |
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)." ?? | |
| | | | |
williamlam.com
|
|
| | | Over the weekend, I had finished building a small container application that I had developed on my local desktop, which worked great. However, the real test was to deploy the application on a vSphe... | ||