Back to Teleport

TBot Chart

examples/chart/tbot/README.md

19.0.1-dev1.3 KB
Original Source

TBot Chart

This chart deploys an instance of the Machine ID agent, TBot, into your Kubernetes cluster.

To use it, you will need to know:

By default, this chart is designed to use the kubernetes join method but it can be customised to use any delegated join method. We do not recommend that you use the token join method with this chart.

How To

Basic configuration

This basic configuration will write a Teleport identity file to a secret in the deployment namespace called <helm-release-name>-out. For example tbot-out.

yaml
clusterName: "test.teleport.sh"
teleportProxyAddress: "test.teleport.sh:443"
token: "my-token"

Customization

When customizing the configuration of tbot using this chart, you can either choose to leverage the more granular values or use the tbotConfig value to inject custom configuration into any field. We recommend using the granular values where possible to better benefit from changes we may introduce in future updates.

Contributing to the chart

Please read CONTRIBUTING.md before raising a pull request to this chart.