Skip to content

Commit

Permalink
terraform upcloud: Removed overview of cluster setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Xartos committed Nov 22, 2024
1 parent f552fae commit 33d8872
Showing 1 changed file with 0 additions and 29 deletions.
29 changes: 0 additions & 29 deletions contrib/terraform/upcloud/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 33d8872

Please sign in to comment.