|
You are here |
inlets.dev | ||
| | | | |
blog.alexellis.io
|
|
| | | | | Learn how you can bootstrap a Docker registry with TLS on public cloud or private infrastructure in less than 5 minutes using OSS tooling and Kubernetes. | |
| | | | |
jreypo.io
|
|
| | | | | In the article about Kubernetes on ACS I briefly touched the topic of Kubernetes Ingress, originally I was going to made a post about Ingress however I thought it woud be better to explain the different methods to expose a Kubernetes based app and how are they implemented on Azure. | |
| | | | |
williamlam.com
|
|
| | | | | This post is part of a short series that builds on ourminimal VMware Cloud Foundation (VCF) 9.0 deployment (2x Minisforum MS-A2)and showcases how to fully leverage the exciting new capabilities i... | |
| | | | |
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)." | ||