Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pipe-cd/pipecd
The One CD for All {applications, platforms, operations}
https://github.com/pipe-cd/pipecd
cd ci-cd cicd cloudrun cncf cncf-project continuous-delivery devops ecs fargate gitops infrastructure istio kubernetes lambda pipecd sandbox serverless terraform
Last synced: 5 days ago
JSON representation
The One CD for All {applications, platforms, operations}
- Host: GitHub
- URL: https://github.com/pipe-cd/pipecd
- Owner: pipe-cd
- License: apache-2.0
- Created: 2020-06-12T05:19:20.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T02:12:04.000Z (3 months ago)
- Last Synced: 2024-10-29T15:44:42.375Z (3 months ago)
- Topics: cd, ci-cd, cicd, cloudrun, cncf, cncf-project, continuous-delivery, devops, ecs, fargate, gitops, infrastructure, istio, kubernetes, lambda, pipecd, sandbox, serverless, terraform
- Language: Go
- Homepage: https://pipecd.dev
- Size: 69.2 MB
- Stars: 1,080
- Watchers: 19
- Forks: 152
- Open Issues: 95
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
- awesome-repositories - pipe-cd/pipecd - The One CD for All {applications, platforms, operations} (Go)
- awesome-cloud-native - pipecd - The One CD for All {applications, platforms, operations} - Complete and unified CD to deploy any application to any platform (Application Delivery)
- awesome-go - PipeCD - A GitOps-style continuous delivery platform that provides consistent deployment and operations experience for any applications. Stars:`1.1K`. (Software Packages / DevOps Tools)
- awesome-ops - pipe-cd/pipecd - 2.0|1068|2020-06-12|2024-10-05 | 一个 CD 适用于所有 {应用程序、平台、操作} | (CICD)
README
[![OpenSSF Best Practices](https://www.bestpractices.dev/projects/7489/badge)](https://www.bestpractices.dev/projects/7489)
[![Build](https://github.com/pipe-cd/pipecd/actions/workflows/build.yaml/badge.svg)](https://github.com/pipe-cd/pipecd/actions/workflows/build.yaml)
[![Test](https://github.com/pipe-cd/pipecd/actions/workflows/test.yaml/badge.svg)](https://github.com/pipe-cd/pipecd/actions/workflows/test.yaml)
[![Go Report Card](https://goreportcard.com/badge/github.com/pipe-cd/pipecd)](https://goreportcard.com/report/github.com/pipe-cd/pipecd)
[![codecov](https://codecov.io/gh/pipe-cd/pipecd/branch/master/graph/badge.svg)](https://codecov.io/gh/pipe-cd/pipecd)
[![Release](https://img.shields.io/github/v/release/pipe-cd/pipecd?label=Release)](https://github.com/pipe-cd/pipecd/releases/latest)
[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](/LICENSE)
[![Documentation](https://img.shields.io/badge/Documentation-pipecd-informational.svg)](https://pipecd.dev/docs/)
[![Slack](https://img.shields.io/badge/Slack-%23pipecd-informational.svg)](https://app.slack.com/client/T08PSQ7BQ/C01B27F9T0X)
[![Twitter](https://img.shields.io/twitter/url/https/twitter.com/pipecd_dev.svg?style=social&label=Follow%20%40pipecd_dev)](https://twitter.com/pipecd_dev)
A GitOps style continuous delivery platform that provides consistent deployment and operations experience for any applications
Explore PipeCD docs »
Play with live demo »#
![](https://github.com/pipe-cd/pipecd/blob/master/docs/static/images/rolled-back-deployment.png)
### 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.
![](https://github.com/pipe-cd/pipecd/blob/master/docs/static/images/pipecd-explanation.png)
#
### 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 projectsAnd many more, please explore in [docs](https://pipecd.dev/docs).
#
### Getting Started
- The [quickstart guide](https://pipecd.dev/docs/quickstart/) shows how to set up PipeCD components and deploy a hello-world application with PipeCD for testing purposes.
- The [tutorial](https://github.com/pipe-cd/tutorial) shows how to run PipeCD locally for introduction.
- The [installation guide](https://pipecd.dev/docs/installation/) explains and helps set up PipeCD for your real-life use environment.#
### Community and development
- Check out the [PipeCD website](https://pipecd.dev) for the complete documentation and helpful links.
- Join our [Slack workspace](https://cloud-native.slack.com/archives/C01B27F9T0X) to get help and to discuss features.
- Tweet [@pipecd_dev](https://twitter.com/pipecd_dev) on Twitter/X.
- Create Github [Issues](https://github.com/pipe-cd/pipecd/issues) or [Discussions](https://github.com/pipe-cd/pipecd/discussions/) to report bugs or request features.
- Join our upcoming PipeCD Development and Community Meeting where we share the latest project news, demos, answer questions, and triage issues ([meeting access and agenda](https://bit.ly/pipecd-mtg-notes)).Participation in PipeCD project is governed by the CNCF [Code of Conduct](CODE_OF_CONDUCT.md).
#
### Contributing
We'd love you to join us! Please see the [Contributing docs](CONTRIBUTING.md) to get started.
#
### Adopters
You can find a list of publicly recognized users of the PipeCD in the [ADOPTERS.md](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](https://cncf.io/) sandbox project.**
The Linux Foundation® (TLF) has registered trademarks and uses trademarks. For a list of TLF trademarks, see [Trademark Usage](https://www.linuxfoundation.org/trademark-usage/).
## License
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fpipe-cd%2Fpipecd.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Fpipe-cd%2Fpipecd?ref=badge_large)