Explore >> Select a destination


You are here

vadosware.io
| | blog.nuculabs.de
14.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)." ??
| | developer-friendly.blog
15.3 parsecs away

Travel
| | How to set up Kubernetes the Hard Way from scratch using Vagrant & Ansible. Learn kubernetes the hard way on your local machine without any cloud provider.
| | blog.container-solutions.com
14.3 parsecs away

Travel
| | Kubernetes operators can help developers contribute to infrastructure automation. Here's why-and also, how to build your own K8s operator and deploy it.
| | marcospereira.me
90.3 parsecs away

Travel
| In this post we summarize the math behind deep learning and implement a simple network that achieves 85% accuracy classifying digits from the MNIST dataset.