Use Kubernetes YAML deployment files: Q1.yamls
blockscout helm chart: Q2.helm-chart/blockscout
- Use chartmuseum to store helm chart repositories:
http://chartmuseum.example.com
- Use gitlab-ci to upload and publish helm charts, configuration file reference:
Q3.helm-repo/gitlab-ci.yml
-
Create an EKS cluster
cd Q4.terraform-helm/eks terraform init && terraform apply
-
Deploy blockscout to EKS
cd Q4.terraform-helm/helm-blockscout terraform init && terraform apply