Skip to content

Rust for DevOps: Building and end-to-end deployment pipeline

Notifications You must be signed in to change notification settings

nivardrik/ci-cd-rust

 
 

Repository files navigation

Coursera Course

Continuous Integration and Continuous Delivery with Rust

Rust for DevOps week 4: CI/CD with Rust

This week, you will learn how to implement continuous integration and continuous delivery pipelines using tools like GitHub Actions and Jenkins. You will understand core CI/CD concepts, components of a pipeline, and workflows for automating builds, tests, and deployments. By managing dependencies between jobs, implementing logic, and linting artifacts, you will create robust pipelines tailored to your project needs. You will apply these skills to build an automated CI/CD pipeline for a sample application.

This is week 4 (the last!) of the Rust For DevOps course. There are 4 weeks in total:

Example project: CI/CD for a Microservice

You will use this example microservice to explore how to apply CI/CD and automation best-practices to an existing Rust project. Although some of the technologies used are related to Rust, these concepts can be applied to other types of projects as well.

Resources

Coursera Courses

About

Rust for DevOps: Building and end-to-end deployment pipeline

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 86.1%
  • Dockerfile 7.2%
  • Makefile 6.7%