|
You are here |
wener.me | ||
| | | | |
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)." | |
| | | | |
mherman.org
|
|
| | | | | This tutorial demonstrates how to spin up a Kubernetes cluster on Ubuntu 18.04. | |
| | | | |
blog.hypriot.com
|
|
| | | | | ||
| | | | |
luten.dev
|
|
| | | Ive been out of the .NET loop for a very long time. I would never have thought that it was so easy to get a .NET project up and running on Linux. But, I guess a decade of embracing Open Source at Microsoft changes things. Here are the steps I took to get an OpenGL window up and running on Ubuntu using .NET Core, VSCode, and OpenTK. | ||