/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

mydeveloperplanet.com
| | ekhabarov.com
1.5 parsecs away

Travel
| | With a gRPC microservice and Envoy proxy ready, we can deploy them into the Kubernetes cluster with Tilt..
| | blog.nuculabs.de
1.2 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)."
| | www.learnitguide.net
2.2 parsecs away

Travel
| | kubernetes yaml file examples, create kubernetes deployment examples, create kubernetes service examples, create kubernetes pods examples, create yaml
| | sookocheff.com
13.9 parsecs away

Travel
| Follow along with this article as we take a guided tour of containerizing Zookeeper using Docker. This guide will show how to install Zookeeper to the container, how to configure the Zookeeper application, and how to share data volumes between the host and container.