Skip to content

Releases: sarun87/k8snetlook

v0.3

16 Oct 22:29
Compare
Choose a tag to compare

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

02 Sep 00:06
Compare
Choose a tag to compare
  • 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.

Initial release - v0.1

19 Aug 06:03
Compare
Choose a tag to compare
Pre-release

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)