/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

wener.me
| | blog.nuculabs.de
1.3 parsecs away

Travel
| | 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
1.5 parsecs away

Travel
| | This tutorial demonstrates how to spin up a Kubernetes cluster on Ubuntu 18.04.
| | blog.hypriot.com
1.6 parsecs away

Travel
| |
| | luten.dev
13.6 parsecs away

Travel
| 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.