Explore >> Select a destination


You are here

blog.christianposta.com
| | www.koyeb.com
9.9 parsecs away

Travel
| | A service mesh is a dedicated layer of infrastructure that simplifies network management and increases visibility into typically complex microservice architectures. We explore this emerging technology by reviewing its history, purpose-built design, and implementations.
| | linkerd.io
26.6 parsecs away

Travel
| | We chatted with Fredrik Klingenberg about his experience implementing Linkerd at Elkjøp, talked about our roadmap, and much more.
| | www.secondstate.io
20.8 parsecs away

Travel
| |
| | vxlabs.com
41.8 parsecs away

Travel
| In this post I show how you can setup a Kubernetes pod for reproducible development purposes on a single-node Kubernetes cluster using Rancher Desktop on Linux or Docker Desktop for Windows. What are devcontainers? At my quasi-hypothetical workplace, we are fans of Visual Studio Code's development containers idea, or devcontainers for short. In short, you add a specially crafted devcontainer.json file (and some docker yamls) to your repo, and the next time a new dev opens the project, they will be prompt...