teleport/examples/local-cluster
2022-09-28 15:30:15 +00:00
..
auth "Cluster snapshot" became "caching AP client" 2016-10-16 22:04:20 -07:00
node Introduce config v3, add auth_server and proxy_server, remove auth_addresses (#15761) 2022-09-28 15:30:15 +00:00
proxy Introduce config v3, add auth_server and proxy_server, remove auth_addresses (#15761) 2022-09-28 15:30:15 +00:00
.gitignore Intermediate commit 2016-10-14 00:10:38 -07:00
README.md Added "examples" directory with some sample configs 2016-10-10 10:51:43 -07:00
tctl.sh Preparation for 2.3 2017-06-21 20:14:40 -07:00

Local Cluster

This directory contains a sample configuration of a 3-node Teleport cluster where all 3 components are running as 3 independent processes:

  • Auth : configured with static host tokens
  • Proxy: configured to join 'auth'
  • Node : configured to join 'auth'

This is also useful for Teleport development: open all 3 directories in 3 different tabs and run ./start.sh in each.