teleport/examples/local-cluster
Ev Kontsevoy 94c35298b8 Preparation for 2.3
- Switched to new way of building Enterprise
- Removed `tctl tunnels` command (preparation for new resources)
- Removed `tctl auth ls` command (preparation for new resources)
2017-06-21 20:14:40 -07:00
..
auth "Cluster snapshot" became "caching AP client" 2016-10-16 22:04:20 -07:00
node Added "examples" directory with some sample configs 2016-10-10 10:51:43 -07:00
proxy Added "examples" directory with some sample configs 2016-10-10 10:51:43 -07: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.