Explore >> Select a destination


You are here

linkerd.io
| | www.codecentric.de
3.1 parsecs away

Travel
| | Integrating Cilium and Dapr for a powerful infrastructure to simplify service management and boost scalability - the next generation of distributed applications
| | www.buoyant.io
1.5 parsecs away

Travel
| | Applying L4 network policies with a service mesh. In this tutorial, you'll learn how to run Linkerd and Cilium together and how to use Cilium to apply L3 and L4 network policies to a cluster running Linkerd. Linkerd is an ultralight, open source service mesh. Cilium is an open source CNI layer for...
| | blog.nuculabs.de
3.8 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)." ??
| | devopsdirective.com
14.8 parsecs away

Travel
| [AI summary] The article explains how to create a maintenance page for a Kubernetes service using nginx and ConfigMaps without requiring a custom container image.