You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Mini-Challenges/Rchain-CICD
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -5,12 +5,12 @@ The objective of this challenge is to build a CI/CD pipeline to support Rchain d
5
5
## Objective
6
6
As a team you will work together on 1 github repo to build CI/CD pipeline for Rchain. Repo should contain a README with set up instructions and the code should be commented. This is due 1 week from now.
7
7
8
-
1. Set up a Jenkins CI pipeline that checks for the following
9
-
* Check Rusts syntax / compliation
10
-
* Builds a new docker image
11
-
2. Configure ArgoCD to deploy the docker image to an EKS cluster.
8
+
1. Set up a Gitlab CI pipeline that checks for the following
* Builds a new docker image [[1]](https://medium.com/@gustavo.guss/jenkins-building-docker-image-and-sending-to-registry-64b84ea45ee9)
11
+
2. Configure ArgoCD to deploy the docker image to an EKS cluster. [[1]](https://levelup.gitconnected.com/gitops-in-kubernetes-with-gitlab-ci-and-argocd-9e20b5d3b55b)
12
12
3. After ArgoCD deploys the container, scale up the EKS cluster to replicate a 100 node testnet.
13
-
4. Screenshot the cluster running the testnet & terminal output of the testnet running!
13
+
4. Screenshot the cluster running the testnet & terminal output of the testnet running![[1]](https://www.jeffgeerling.com/blog/2020/10000-kubernetes-pods-10000-subscribers)
14
14
5. Build a presentation that covers CI/CD pipeline for a large EKS cluster.
0 commit comments