mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-07-21 22:07:13 +00:00
Add slide about cluster federation
This commit is contained in:
BIN
docs/startrek-federation.jpg
Normal file
BIN
docs/startrek-federation.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 27 KiB |
@@ -136,6 +136,44 @@ And *then* it is time to look at orchestration!
|
||||
|
||||
---
|
||||
|
||||
## Cluster federation
|
||||
|
||||
--
|
||||
|
||||

|
||||
|
||||
--
|
||||
|
||||
Sorry Star Trek fans, this is not the federation you're looking for!
|
||||
|
||||
--
|
||||
|
||||
(If I add "Your cluster is in another federation" I might get a 3rd fandom wincing!)
|
||||
|
||||
---
|
||||
|
||||
## Cluster federation
|
||||
|
||||
- Kubernetes master operation relies on etcd
|
||||
|
||||
- etcd uses the Raft protocol
|
||||
|
||||
- Raft recommends low latency between nodes
|
||||
|
||||
- What if our cluster spreads multiple regions?
|
||||
|
||||
--
|
||||
|
||||
- Break it down in local clusters
|
||||
|
||||
- Regroup them in a *cluster federation*
|
||||
|
||||
- Synchronize resources across clusters
|
||||
|
||||
- Discover resources across clusters
|
||||
|
||||
---
|
||||
|
||||
## Developer experience
|
||||
|
||||
*I've put this last, but it's pretty important!*
|
||||
|
||||
Reference in New Issue
Block a user