Skip to content

Installing KAET

Requirements

From Source

You can install KAET by cloning it's source code.

1
2
3
git clone --depth 1 https://github.com/ing-bank/kaet
cd kaet
go install

Docker

This setup will pull KAET's latest Docker image and will make it available to use.

docker pull ghcr.io/ing-bank/kaet:latest