Add EKS to Rancher architecture diagram

This commit is contained in:
Catherine Luse
2019-06-20 20:19:58 -07:00
committed by Denise Schannon
parent 370d3bf28a
commit 8120f2e817
4 changed files with 10 additions and 2 deletions
@@ -15,6 +15,12 @@ Amazon EKS provides a managed control plane for your Kubernetes cluster. Amazon
2. Use AWS to create an [access key and client secret for the IAM account](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_access-keys.html#Using_CreateAccessKey) used in the previous step.
## Architecture
The figure below illustrates the high-level architecture of Rancher 2.x. The figure depicts a Rancher Server installation that manages two Kubernetes clusters: one created by RKE and another created by EKS.
![Rancher architecture with EKS hosted cluster]({{< baseurl >}}/img/rancher/rancher-architecture.svg)
## Create the EKS Cluster
Use Rancher to set up and configure your Kubernetes cluster.
@@ -33,9 +33,9 @@ A Kubernetes cluster consists of multiple nodes.
The majority of Rancher 2.x software runs on the Rancher Server. Rancher Server includes all the software components used to manage the entire Rancher deployment.
The figure below illustrates the high-level architecture of Rancher 2.x. The figure depicts a Rancher Server installation that manages two Kubernetes clusters: one created by RKE and another created by GKE.
The figure below illustrates the high-level architecture of Rancher 2.x. The figure depicts a Rancher Server installation that manages two Kubernetes clusters: one created by RKE and another created by Amazon EKS (Elastic Kubernetes Service).
![Architecture]({{< baseurl >}}/img/rancher/rancher-architecture.png)
![Architecture]({{< baseurl >}}/img/rancher/rancher-architecture.svg)
In this section we describe the functionalities of each Rancher server components.
Binary file not shown.

Before

Width:  |  Height:  |  Size: 79 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 28 KiB