kubeskoop

Network monitoring & diagnosis suite for Kubernetes

APACHE-2.0 License

Stars
567
Committers
20

Bot releases are visible (Hide)

kubeskoop - v1.0.0-rc.1 Latest Release

Published by Lyt99 6 months ago

KubeSkoop v1.0.0-rc.1

We're happy to release KubeSkoop v1.0.0-rc.1 as the pre-final release for KubeSkoop v1.0.0!

In this version, we brought a bunch of new features to improve the stability and user experience.

Welcome to kubeskoop.io to read more about the features!

New Features

KubeSkoop Web Console

We introduced KubeSkoop Web Console, a user-friendly Web UI that provides all functionality of KubeSKoop!

  • Monitoring
    • Embedded Grafana Dashboard
    • Events
    • Network Graph (based on flow, packetloss and tcpretrans metric probe)
  • Diagnosis
    • Connectivity Diagnosis
    • Distributed Packet Capturing
    • Latency Detection (Ping Mesh)
  • Configuration
    • Node Configuration (for exporter config)

New probes

  • tcpretrans: trace tcp retransmission

Improvements

  • Add custom arguments for probes, to provide custom rules and feature switches.
  • Concurrently write events to sink to improve the performance.
  • Flow probe now can specify the interface from args.
  • Refactor nettop to improve the performance of fetching pod info.
  • packetloss, tcpretrans and flow metrics are now containing source and destination info in metric labels.

What's Changed

New Contributors

Full Changelog: https://github.com/alibaba/kubeskoop/compare/v0.1.1...v1.0.0-rc.1

kubeskoop - v0.1.1

Published by github-actions[bot] about 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/alibaba/kubeskoop/compare/v0.1.0...v0.1.1

kubeskoop - v0.1.0

Published by Lyt99 about 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/alibaba/kubeskoop/compare/v0.0.2-alpha...v0.1.0

kubeskoop - v0.0.2-alpha

Published by github-actions[bot] over 1 year ago

Changes

  • add conntrack suuport and other feature from internal version
    • PR: #34
  • update helm package, add k3s supoport description
    • PR: #36
  • add tolerations for collector pod
    • PR: #37
  • Update skoopbundle.yaml
    • PR: #39
  • fix typos in example deployment
    • PR: #41
  • add procfd probe for socketmemleaks and update bundle file
    • PR: #44
  • collect specify pod && remove nsenter cmd depend
    • PR: #47
  • set inspector list entity error verbose
    • PR: #49
  • support external endpoint to pod/node and loadbalancer ip
    • PR: #50
  • use ipvs library instead of ipvsadm-save
    • PR: #51
  • fix probe "softnet"
    • PR: #54
  • replace dependency to "google.golang.org/protobuf/proto"
    • PR: #53
  • Add option to preserve collector pod
    • PR: #56
kubeskoop - v0.0.1-alpha

Published by Lyt99 over 1 year ago