Browse Source

terraform upcloud: Removed overview of cluster setup

pull/11696/head
Fredrik Liv 1 day ago
parent
commit
33d887278d
No known key found for this signature in database GPG Key ID: 207869278D64F059
1 changed files with 0 additions and 29 deletions
  1. 29
      contrib/terraform/upcloud/README.md

29
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

Loading…
Cancel
Save