diff --git a/README.md b/README.md index 1fe73d1..26c2e08 100644 --- a/README.md +++ b/README.md @@ -21,10 +21,14 @@ incl. various addons and services. | v2.18.0 | no | yes | no | no | 30 Apr 2021 | | v1 | yes | no | no | no | 30 Jan 2021 | +# Architecure +![aws_architecture](docs/aws_architecture.png) -## General -- Container runtime cri-o rather than Docker for improved security and performance +# Components + +## Container runtime +- cri-o rather than Docker for improved security and performance ## Control plane - support for single node control plane for small clusters / test environments to reduce costs diff --git a/docs/aws_architecture.png b/docs/aws_architecture.png new file mode 100644 index 0000000..dd3246f Binary files /dev/null and b/docs/aws_architecture.png differ