diff --git a/contrib/terraform/upcloud/README.md b/contrib/terraform/upcloud/README.md index fc09a6343..4657de991 100644 --- a/contrib/terraform/upcloud/README.md +++ b/contrib/terraform/upcloud/README.md @@ -2,35 +2,6 @@ Provision a Kubernetes cluster on [UpCloud](https://upcloud.com/) using Terraform and Kubespray -## Overview - -The setup looks like following - -```text - Kubernetes cluster -+--------------------------+ -| +--------------+ | -| | +--------------+ | -| --> | | | | -| | | Master/etcd | | -| | | node(s) | | -| +-+ | | -| +--------------+ | -| ^ | -| | | -| v | -| +--------------+ | -| | +--------------+ | -| --> | | | | -| | | Worker | | -| | | node(s) | | -| +-+ | | -| +--------------+ | -+--------------------------+ -``` - -The nodes uses a private network for node to node communication and a public interface for all external communication. - ## Requirements * Terraform 0.13.0 or newer