diff --git a/README.md b/README.md index 7148527..cf16195 100644 --- a/README.md +++ b/README.md @@ -185,6 +185,8 @@ export PORT_KUBE_APISERVER=16443 make up ``` +![docs/images/multi-tenancy.png](./docs/images/multi-tenancy.png) + ### Rootful mode - Although Usernetes (Gen2) is designed to be used with Rootless Docker, it should work with the regular "rootful" Docker too. This might be useful for some people who are looking for "multi-host" version of [`kind`](https://kind.sigs.k8s.io/) and [minikube](https://minikube.sigs.k8s.io/). diff --git a/docs/images/multi-tenancy.png b/docs/images/multi-tenancy.png new file mode 100644 index 0000000..129129c Binary files /dev/null and b/docs/images/multi-tenancy.png differ