Explore >> Select a destination


You are here

juffalow.com
| | blog.willemmelching.nl
6.3 parsecs away

Travel
| | Using Kubernetes for a small startup adds some complexity, but also has many advantages such as scaling and easy CI/CD. In this post we'll explore a simple AKS Kubernetes setup on Azure using Terraform serving a static page over HTTPS.
| | blog.nuculabs.de
7.7 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)." ??
| | markheath.net
8.4 parsecs away

Travel
| | Mark Heath's Development Blog
| | benbrougher.tech
13.9 parsecs away

Travel
| How to use microk8s to create an ingress using MetalLB and the NGINX ingress controller