「Rancher Requirements」修訂間的差異
跳至導覽
跳至搜尋
行 3: | 行 3: | ||
* '''Three Linux nodes''', typically virtual machines, in an infrastructure provider such as Amazon’s EC2, Google Compute Engine, or vSphere. |
* '''Three Linux nodes''', typically virtual machines, in an infrastructure provider such as Amazon’s EC2, Google Compute Engine, or vSphere. |
||
: These nodes must be in the same region/data center. You may place these servers in separate availability zones. |
: These nodes must be in the same region/data center. You may place these servers in separate availability zones. |
||
+ | : Rancher server data is stored on etcd database that runs on all three nodes. |
||
+ | :* etcd is a distributed reliable key-value store for the most critical data of a distributed system, with a focus: Simple, Secure, Fast & Reliable. |
||
* '''A load balancer''' to direct front-end traffic to the three nodes. |
* '''A load balancer''' to direct front-end traffic to the three nodes. |
||
* '''A DNS record''' to map a URL to the load balancer. This will become the Rancher server URL, and downstream Kubernetes clusters will need to reach it. |
* '''A DNS record''' to map a URL to the load balancer. This will become the Rancher server URL, and downstream Kubernetes clusters will need to reach it. |
於 2021年1月27日 (三) 14:38 的修訂
RKE
high-availability RKE cluster
- Three Linux nodes, typically virtual machines, in an infrastructure provider such as Amazon’s EC2, Google Compute Engine, or vSphere.
- These nodes must be in the same region/data center. You may place these servers in separate availability zones.
- Rancher server data is stored on etcd database that runs on all three nodes.
- etcd is a distributed reliable key-value store for the most critical data of a distributed system, with a focus: Simple, Secure, Fast & Reliable.
- A load balancer to direct front-end traffic to the three nodes.
- A DNS record to map a URL to the load balancer. This will become the Rancher server URL, and downstream Kubernetes clusters will need to reach it.