K8snetlook Versions Save

Kubernetes Network Problem Detector

v0.3

3 years ago

Changelog

  • #22 : IPv6 Support. K8snetlook runs on a pure IPv6 K8s deployment (nodes + stack)
  • Commit : Add ability to deploy k8snetlook within K8s as a Job.
  • Added additional checks for Pods

Docker images

  • docker pull sarun87/k8snetlook:latest
  • docker pull sarun87/k8snetlook:v0.3

v0.2

3 years ago
  • Adds additional Pod Checks including DNS lookup from within the src Pod
  • Fixes issue where container's network namespace handle is not found causing k8snetlook to fail.
  • Adds pmtu probing checks for destination Pod IP and external IP paths.
  • Adds loglevel to reduce verbosity
  • Adds ability to fetch result of the checks as a JSON string

The release binary is packed using upx to reduce file size. Noticeable difference in execution time is not expected. darwin binary is not going to be included as part of release artifacts anymore.

v0.1

3 years ago

Supports basic host & pod checks. Binary artifacts built with Pod DNS checks:

  • k8snetlook - linux 64bit binary
  • k8snetlook-osx - darwin 64bit binary. For development purposes only. (CLI UX & Unit tests only)