Disclaimer: Functionality provided here should probably be shipped with the core Taefik Enterprise product. In fact, it might already. The author barely knew the product at the time of writing. Hence, some things appear hacky or oddly implemented.
deas/teectl
is an OCI Image for the Traefik Enterprise CLI tool teectl
- mostly aimed at GitOps automation around setup, backup, restore ... you name it. The vendor appears to be targeting GitOps - still, we did not find what we whre looking for. So here we are.
It starts with teectl
. We want it executing in a container.
You can run the teectl
container barely on your local machine (requires local teectl-config.yaml
):
docker run -rm --it -v $HOME/.kube:/kube deas/teectl:latest get nodes
An example for GitOps automation including a custom private plugin is provided as an example
.
docker build --build-arg TEE_VERSION=v2.8.0 --tag ghcr.io/deas/teectl:latest .
- GH Actions release