Bootstrap a Consul Datacenter
Stand up a three-server Consul datacenter from scratch: generate a gossip encryption key, set bootstrap_expect to 3, watch the leader election, then fail and rejoin a node.
Lab Overview
This is the hands-on lab for Section 3 of the Consul 101 course. You start with three bare Ubuntu servers that have Consul installed but not configured, and you bring up a healthy three-server datacenter with your own hands, exactly the way Section 3's lessons describe.
You will:
- Generate a gossip encryption key with `consul keygen` and apply it identically on every server
- Author a single server configuration with `bootstrap_expect = 3`, a `retry_join` list, and go-sockaddr address templates, then distribute it to all three servers
- Start Consul and watch the servers wait for the full set ("expecting 3 servers") before a real leader election runs
- Confirm gossip encryption is on and consistent across the whole pool, and see what a mismatched key does to a node
- Fail a server with `systemctl stop`, watch it stay in the Raft peer set (server defaults protect quorum), rejoin it via `retry_join`, then gracefully remove it with `consul leave`
By the end you will have bootstrapped a real Consul quorum and exercised the join, rejoin, and leave behaviors that decide whether a cluster stays healthy.
What You'll Learn
Generate a gossip encryption key with consul keygen and apply it identically to every agent
Author a server config with bootstrap_expect = 3 and a retry_join list, and understand bind_addr vs advertise_addr
Bootstrap a three-server datacenter and confirm the leader election and Raft peer set
Recognize how a mismatched gossip key silently blocks a node from joining
Fail, rejoin, and gracefully remove a server, and predict quorum impact from the server signal defaults
Prerequisites
Completion of the Consul 101 Section 3 (Deploying a Single Datacenter) lessons
Basic Linux command line and systemd service management
Familiarity with the consul CLI (members, operator raft)
Technologies Covered
Choose your plan
Simple, Transparent Pricing
Unlock full access to TeKanAid courses, labs, and bootcamps
Just exploring? Start free below. Want the full experience? Try Premium free for 7 days (card required, $0 today).
Pro
All courses, with lab scripts to run on your own machine
Renews automatically. Cancel anytime.
Final price verified at checkout.
- Full access to all courses
- Lab scripts to download and run on your own machine (hosted labs not included)
- Progress tracking
- Certificate of completion
- Community access
- Self-paced bootcamps
- Premium puzzle library not included (5 free puzzles available)
- New content access
Premium
Full access, including unlimited hosted labs
Renews automatically. Cancel anytime.
Final price verified at checkout.
- Everything in Pro
- Unlimited hands-on labs, fully hosted on TeKanAid Academy (nothing to set up)
- Full access to the puzzle library
- Lab AI Assistant
- Priority support
Prefer a single course?
Purchase individual courses for a one-time fee of $79. Full access to course content, quizzes, certificates, and community features, lab access is not included.
Browse CoursesJust exploring? Start free, no account needed
Three free ways to start. All bridge into the paid Premium catalog when you're ready.
Not ready to commit? The crash course is email-only. No academy account required.
Ready to Get Started?
Start this hands-on lab and build real-world Platform Engineering skills
Get Access Now