Skip to content

Commit 7ddfa1b

Browse files
authored
Added resources
1 parent a869568 commit 7ddfa1b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Mini-Challenges/Rchain-CICD

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ The objective of this challenge is to build a CI/CD pipeline to support Rchain d
55
## Objective
66
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.
77

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
9+
* Check Rusts syntax / compliation [[1]](https://medium.com/astraol/optimizing-ci-cd-pipeline-for-rust-projects-gitlab-docker-98df64ae3bc4)
10+
* 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)
1212
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)
1414
5. Build a presentation that covers CI/CD pipeline for a large EKS cluster.
1515
* 1 slide - Introduction / Problem set up
1616
* 1 slide - Pros/Cons of Jenkins

0 commit comments

Comments
 (0)