Skip to content

deas/teectl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

An OCI Image for the Traefik Enterprise CLI teectl

test cve-scan

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.

Usage

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.

Build

docker build --build-arg TEE_VERSION=v2.8.0 --tag ghcr.io/deas/teectl:latest .

TODO

  • GH Actions release

About

Traefik EE teectl Docker Image

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages