/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

www.itwriting.com
| | the.agilesql.club
2.4 parsecs away

Travel
| | Data, Devops, Pipelines, Testing, Fun in the Agile SQL Club
| | dontcodetired.com
2.5 parsecs away

Travel
| | Don't Code Tired - Jason Roberts on Software Development and .NET - This is the third part in a series demonstrating how to setup continuous deployment of an Azure Func
| | 4bes.nl
2.5 parsecs away

Travel
| | With Visual Studio Code you can work with Azure Function Apps. Find out how to prepare to create an Azure PowerShell Function with Visual studio Code.
| | blog.nuculabs.de
23.5 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)."