Add slide about cluster federation

This commit is contained in:
Jérôme Petazzoni
2017-10-23 17:54:55 +02:00
parent 452b5c0880
commit 5c0b83cd1b
2 changed files with 38 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

View File

@@ -136,6 +136,44 @@ And *then* it is time to look at orchestration!
---
## Cluster federation
--
![Star Trek Federation](startrek-federation.jpg)
--
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!*