Skip to content

Releases: San7o/kivebpf

Kivebpf v1.0.0-pre2

14 Aug 08:15

Choose a tag to compare

Kivebpf v1.0.0-pre2 Pre-release
Pre-release

Kivebpf v1.0.0-pre2

This is the second pre-release of Kivebpf v1.0.0. Kive is a free and open source eBPF-powered file access monitoring Kubernetes operator. Starting from v1.0.0, Kivebpf offers a stable v1 api and support for a limited selection of container runtimes (see table below).

Official documentation: https://san7o.github.io/kivebpf/
Official docker registry: https://hub.docker.com/repository/docker/giovann103/kivebpf/general

What's Changed

  • ebpf: device id support to identify an inode in a filesystem by @San7o in #7
  • kive: support custom metadata in alert; automatically add finalizers in resources by @San7o in #8
  • feat: multiple regex styles in container name matching by @San7o in #9

Full Changelog: v1.0.0-pre...v1.0.0-pre2

Kivebpf is licensed under GPL-v2.

Supported Environments

Component Supported Version(s) Notes
Kubernetes v1.33.x Officially tested.
Container Runtime containerd Only containerd is supported at the moment.
Go (for dev build) 1.24 Required for building the operator.
Linux Version 6.14 Tested on linux 6.14.
Architectures x86_64 The eBPF program works only on x86_64.

Kivebpf v1.0.0-pre

11 Aug 10:48

Choose a tag to compare

Kivebpf v1.0.0-pre Pre-release
Pre-release

Kivebpf v1.0.0-pre

This is the pre-release of Kivebpf v1.0.0. Kive is a free and open source eBPF-powered file access monitoring Kubernetes operator. Starting from v1.0.0, Kivebpf offers a stable v1 api and support for a limited selection of container runtimes (see table below).

Official documentation: https://san7o.github.io/kivebpf/
Official docker registry: https://hub.docker.com/repository/docker/giovann103/kivebpf/general

Kivebpf is licensed under GPL-v2.

Supported Environments

Component Supported Version(s) Notes
Kubernetes v1.33.x Officially tested.
Container Runtime containerd Only containerd is supported at the moment.
Go (for dev build) 1.24 Required for building the operator.
Linux Version 6.14 Tested on linux 6.14.
Architectures x86_64 The eBPF program works only on x86_64.