[Cloud native] AWS cloud platform, using Helm to build Harbor2.6.2 (EFS persistent volume, ALB load balancing) on EKS1.25

1. Version information

Serve Version
cloud platform AWS
Kubernetes 1.25
Helm 3.2.4
kubectl 1.25
Harbor 2.6.2

Related tool installation: refer here

2. Final realization

On the EKS container product of the early AWS cloud platform, the Harbor service was installed using the Helm method, the data was persisted in the EFS product, the AWS ALB Load Balancer was used as the Ingress, and the services on EKS were exposed by binding IP.

3. Start building

1. Use EFS for StorageClass persistence

EFS does StorageClass persistence: click here

2. Install AWS Load Balancer Controller

Install AWS Load Balancer Controller:

Guess you like

Origin blog.csdn.net/zhanremo3062/article/details/131620738