This is a hands-on introduction to PipeCD for the beginners.
By the end of this tutorial, you will be able to:
- Understand the basic mechanism of PipeCD
- Experiment with PipeCD
- Deploy with your pipeline in GitOps style
This is NOT intended for those who right now want to:
- Install PipeCD in a production-ready way (See Docs > Installation)
- Develop and test PipeCD (See CONTRIBUTING.md)
You will run PipeCD on local and deploy by it. The architecture is as below:
Architecture in the tutorial
- Mechanism Overview: Quickly learn about the basic mechanism
- Prerequisites: What you need before the tutorial.
- Install: Install PipeCD on local.
- Deploy: Deploy and customize the pipeline.
- Next Step: Next actions after the tutorial.