Awesome Go

PipeCD

CategorySoftware Packages
SubcategoryDevOps Tools
Stars0

A GitOps-style continuous delivery platform that provides consistent deployment and operations experience for any applications

About PipeCD

OpenSSF Best Practices Build Test Go Report Card codecov Release License Documentation Slack Twitter CNCF Status


Overview

PipeCD provides a unified continuous delivery solution for multiple application kinds on multi-cloud that empowers engineers to deploy faster with more confidence, a GitOps tool that enables doing deployment operations by pull request on Git.


Why PipeCD?

  • Simple, unified and easy to use but powerful pipeline definition to construct your deployment
  • Same deployment interface to deploy applications of any platform, including Kubernetes, Terraform, GCP Cloud Run, AWS Lambda, AWS ECS
  • No CRD or applications' manifest changes are required; Only need a pipeline definition along with your application manifests
  • No deployment credentials are exposed or required outside the application cluster
  • Built-in deployment analysis as part of the deployment pipeline to measure impact based on metrics, logs, emitted requests
  • Easy to interact with any CI; The CI tests and builds artifacts, PipeCD takes the rest
  • Insights show metrics like lead time, deployment frequency, MTTR and change failure rate to measure delivery performance
  • Designed to manage thousands of cross-platform applications in multi-cloud for company scale but also work well for small projects

For more details, explore the PipeCD Documentation.


Getting Started

  • The quickstart guide shows how to set up PipeCD components and deploy a hello-world application with PipeCD for testing purposes.
  • The tutorial shows how to run PipeCD locally for introduction.
  • The installation guide explains and helps set up PipeCD for your real-life use environment.

Community and development

Participation in PipeCD project is governed by the CNCF Code of Conduct.


Contributing

We'd love you to join us! Please see the Contributing Guide to get started.


Adopters

You can find a list of publicly recognized users of the PipeCD in the ADOPTERS.md file. We strongly encourage all PipeCD users to add their names to this list, as we love to see the community's growing success!


Thanks to the contributors of PipeCD ❤️


We are a Cloud Native Computing Foundation Sandbox Project.

The Linux Foundation® (TLF) has registered trademarks and uses trademarks. For a list of TLF trademarks, see Trademark Usage.

License

FOSSA Status

Frequently Asked Questions

What is PipeCD?

PipeCD is a Software Packages library for the Go programming language. A GitOps-style continuous delivery platform that provides consistent deployment and operations experience for any applications

How do I install PipeCD?

Install PipeCD with the Go module system using `go get pipe-cd/pipecd`. Check the repository for the current installation instructions.

What category does PipeCD belong to?

PipeCD is listed under Software Packages, specifically DevOps Tools.

← Back to DevOps Tools