订阅内容

Prerequisites

  1. AWS account
  2. Red Hat account
  3. eksctl installed on your local machine
  4. kubectl installed on your local machine
  5. oc CLI installed on your local machine
  6. OpenShift cluster as Hub cluster

Install ACM on OpenShift Hub cluster

Login to the OpenShift Web Console as a Cluster administrator.

Install Red Hat Advanced Cluster Management (ACM) from the OperatorHub within OpenShift Web Console as shown here:

Note: ACM Operator gets installed in the open-cluster-management namespace/project

Download Pull Secret

Login to Red Hat Hybrid Cloud Console with your credentials.

Navigate to Downloads and scroll down to the Tokens section. Select Download to get a copy of your pull secret on your local machine.

Upload Pull Secret to ACM

Login to your OpenShift cluster using oc CLI.

Run the following command to switch to open-cluster-management namespace/project:

$ oc project open-cluster-management

Run the following command to upload the pull secret to open-cluster-management namespace/project:

$ oc create secret generic eks-secret \  --from-file=.dockerconfigjson=pull-secret.txt \
--type=kubernetes.io/dockerconfigjson

eks-secret is the name of the secrets object, and pull-secret.txt is the pull secret downloaded in the previous step.

Install MultiClusterHub

After the ACM Operator gets installed successfully, navigate to “Installed Operators” and select “Advanced Cluster Management for Kubernetes” as shown:

Click on “Create instance” for MultiClusterHub.

Expand “Advanced Configuration”. Scroll down to “Image Pull Secret” and search for the secret uploaded in the previous step (for example, eks-secret). Select this secret and hit “Create”.

Create an EKS cluster

Create a YAMIL file eks-cluster-1.21.yaml with the following information. Save it to your local machine.

apiVersion: eksctl.io/v1alpha5
kind: ClusterConfig
metadata:
name: eks-cluster # EKS Cluster name
region: us-east-2 # Region Code to place EKS Cluster
version: "1.21"
managedNodeGroups:
- name: primary # Name of node group in EKS Cluster
instanceType: t3.small # Instance type for node group
desiredCapacity: 3 # Number of worker nodes- default is 2

Change the config parameter values according to your desired setting. There are many more configuration parameters, which you can find if you type eksctl create cluster –help.

Run the following command, which was used to create an EKS cluster.

$ eksctl create cluster --config-file eks-cluster-1.21.yaml

The above command creates an EKS cluster with worker nodes (EC2 instance type t3.small) in the us-east-2 region using Kubernetes version 1.21

Import EKS cluster

Switch to the “Advanced Cluster Management” view from the OpenShift Web Console:

Select “Clusters” under the Infrastructure menu and select “Import cluster”:

Provide a name for the EKS cluster that will be imported and choose “Run import commands manually” option from the drop down for Import mode:

Select “Save import and generate code”.

Select “Copy command” and run the command from the command line against the EKS cluster.

Your EKS cluster will successfully get imported into ACM.


关于作者

UI_Icon-Red_Hat-Close-A-Black-RGB

按频道浏览

automation icon

自动化

有关技术、团队和环境 IT 自动化的最新信息

AI icon

人工智能

平台更新使客户可以在任何地方运行人工智能工作负载

open hybrid cloud icon

开放混合云

了解我们如何利用混合云构建更灵活的未来

security icon

安全防护

有关我们如何跨环境和技术减少风险的最新信息

edge icon

边缘计算

简化边缘运维的平台更新

Infrastructure icon

基础架构

全球领先企业 Linux 平台的最新动态

application development icon

应用领域

我们针对最严峻的应用挑战的解决方案

Original series icon

原创节目

关于企业技术领域的创客和领导者们有趣的故事