Skip to main content

Changelog

The full release notes and downloadable artifacts live on GitHub Releases.

v1.1.0 (latest)

Published 16 Jul 2026 · View on GitHub

Added

  • Traceroute from any L3-capable node toward an IP or hostname, with each hop resolved to a topology node so the path can be followed on the graph.
  • Live WebSocket stream and single-document REST endpoint for a trace.
  • Selectable probe method (ICMP, UDP, TCP) and an mtr-based metrics mode reporting per-hop loss, RTT stats and jitter over a configurable number of cycles.
  • Per-hop detail including resolved node and interface, hop kind, ICMP unreachable flag, and the pod path crossed, marking real links versus overlay tunnels such as GTP-U.
  • Traceroute control panel in the UI with a packet animation over the graph, playback controls and JSON export.

Changed

  • Improved the Kubernetes cluster deploy guide (Meshnet timing, kind API server address, metrics-server pointers, and install links for Minikube, kind and kubeadm).

What's Changed

Full Changelog: https://github.com/emigcm98/kubendt/compare/v1.0.0...v1.1.0

v1.0.0

Published 9 Jul 2026 · View on GitHub

Initial public release. KubeNDT deploys and operates virtual network topologies on Kubernetes, defined declaratively and materialized as Kubernetes-native resources over the Meshnet CNI.

Added

  • Declarative topologies deployed as StatefulSets over Meshnet CNI, with in-place add, remove and scaling of nodes and links and external uplinks.
  • Driver and capability system covering hosts, routers (Linux, FRR, VyOS) and switches (Linux bridge, OVS), with L2/L3, DNS, traffic control, NAT and OSPF.
  • Persisted driver operation history, replayed automatically on pod restart.
  • Interactive network graph with per-node info panel, shell and metrics.
  • Live packet capture with BPF filter, pcap export and per-packet dissection.
  • Per-namespace file manager mounted into pods as ConfigMaps or Secrets.
  • Kubernetes integration for kubeconfig/context, cluster status and node detail.
  • Admin password login with sessions plus kdt_ API tokens.
  • Health, readiness and version endpoints, and Swagger docs.
  • Container images published to GHCR and a Docker Compose deployment.

Full Changelog: https://github.com/emigcm98/kubendt/releases/tag/v1.0.0