Add cross mesh granularity

This commit is contained in:
Simon Kirsten
2022-08-05 03:22:13 +02:00
parent cb238c85a1
commit fc0538c6d3
6 changed files with 320 additions and 22 deletions

View File

@@ -47,6 +47,11 @@ kgctl graph | circo -Tsvg > cluster.svg
<img src="./graphs/full-mesh.svg" />
# Cross Mesh
In this topology all nodes within the same location are not encrypted. Traffic to any other node outside of current location is encrypted
with direct node-to-node encryption. To use this mesh specify `--mesh-granularity=cross`.
## Mixed
The `kilo.squat.ai/location` annotation can be used to create cluster mixing some fully meshed nodes and some nodes grouped by logical location.