Visualize Kubernetes Clusters
A lot of Kubernetes observability projects require very invasive deployments. My team was looking for something more lightweight and non-invasive, so we built the network mapper, an open source project which uses DNS traffic to map service traffic within Kubernetes clusters. We’ve just added a CLI that creates a graphical map of your cluster using graphviz: otterize network-mapper visualize. I’m curious to learn: Is such a map valuable to you? How would you use the information? Do you already have a map of your cluster, and was it difficult to acquire?
Does the same job
all alternatives →- GVGoldpinger – Visualize Kubernetes cluster connectivity2018 · github.com · ▲158
- KAKonstellate – An Open Source GUI to Visualize Kubernetes Applications2019 · github.com · ▲133
- VKVisualizing Kubernetes Traffic2021 · kentiklabs.com · ▲13
- KAKubespy, a CLI tool for observing Kubernetes resources in real time2018 · github.com · ▲99
- VKVisualizing Kubernetes Resources2021 · laurinevala.medium.com · ▲6
- COCloudMapper, open-source tool for visualizing AWS environments2018 · github.com · ▲56
More dev tools this month
the category →



Open-source GTM skills for technical founders
Dev tools · 29d ago · gtmcofounder.com

OpenTrailPaper is open-source bike computer firmware for the LilyGO T5S3 4.7" E-Paper PRO. It supports offline maps, GPX routes, FIT recording and Bluetooth sensors.
Dev tools · 1d ago · opentrailpaper.com

Launched alongside, March 2023
the whole month →




- BI
I'm a big fan of the BBC podcast In Our Time -- and (like most people) I've been playing with the OpenAI APIs. In Our Time has almost 1,000 episodes on everything from Cleopatra to the evolution of teeth to plasma physics, all still available, so it's my starting point to learn about most topics. But it's not well organised. So here are the episodes sorted by library code. It's fun to explore. Web scraping is usually pretty tedious, but I found that I could send the minimised HTML to GPT-3 and get (almost) perfect JSON back: the prompt includes the Typescript definition. At the same time I…
AI · 2023 · genmon.github.io