You are here |
haylinmoore.com | ||
| | | |
shyamjos.com
|
|
| | | | Kubernetes provides container lifecycle hook framework to run code triggered by events during their management lifecycle called PostStart and PreStop hooks | |
| | | |
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)." ?? | |
| | | |
vadosware.io
|
|
| | | | I set up statping for a few websites I maintain on my small k8s cluster | |
| | | |
www.blog.pythonlibrary.org
|
|
| | When you are working on your personal or work projects in Python, you usually want to have a way to enforce code standards. You can use tools like Flake8, |