All Projects → pipe-cd → examples

pipe-cd / examples

Licence: Apache-2.0 license
Examples to demonstrate how to use PipeCD

Programming Languages

HCL
1544 projects
Mustache
554 projects

Projects that are alternatives of or similar to examples

k8s-istio-demo
Demo showing the capabilities of Istio
Stars: ✭ 22 (+4.76%)
Mutual labels:  helm, istio
khelm
A Helm chart templating CLI, kpt function and kustomize plugin
Stars: ✭ 46 (+119.05%)
Mutual labels:  helm, kustomize
azure-container-labs
Azure Container Labs - AKS, ACR, ACI, Web App for Containers, etc under frequent update
Stars: ✭ 24 (+14.29%)
Mutual labels:  helm, istio
k8s-istio-webinar
Istio webinar
Stars: ✭ 18 (-14.29%)
Mutual labels:  helm, istio
Flux
Successor: https://github.com/fluxcd/flux2 — The GitOps Kubernetes operator
Stars: ✭ 6,688 (+31747.62%)
Mutual labels:  helm, kustomize
multitenant-microservices-demo
Full Isolation in Multi-Tenant SaaS with Kubernetes + Istio
Stars: ✭ 57 (+171.43%)
Mutual labels:  helm, istio
multi-stage-react-app-example
Repo for blog post - "A cleaner multi-stage continuous deployment on Kubernetes of a Create React App with kustomize, helm and skaffold"
Stars: ✭ 19 (-9.52%)
Mutual labels:  helm, kustomize
gitops-app-distribution
GitOps workflow for managing app delivery on multiple clusters
Stars: ✭ 22 (+4.76%)
Mutual labels:  istio, kustomize
K8s For Docker Desktop
为Docker Desktop for Mac/Windows开启Kubernetes和Istio。
Stars: ✭ 3,863 (+18295.24%)
Mutual labels:  helm, istio
homelab
My self-hosting infrastructure, fully automated from empty disk to operating services
Stars: ✭ 4,451 (+21095.24%)
Mutual labels:  helm, kustomize
jpetstore-kubernetes
Modernize and Extend: JPetStore on IBM Cloud Kubernetes Service
Stars: ✭ 21 (+0%)
Mutual labels:  helm, istio
Kubernetes Vagrant Centos Cluster
Setting up a distributed Kubernetes cluster along with Istio service mesh locally with Vagrant and VirtualBox, only PoC or Demo use.
Stars: ✭ 1,750 (+8233.33%)
Mutual labels:  helm, istio
action-setup-kube-tools
Github Action that setup Kubernetes tools (kubectl, kustomize, helm, kubeconform, conftest, yq, rancher, tilt, skaffold) very fast and cache them on the runner. Please [✩Star] if you're using it!
Stars: ✭ 45 (+114.29%)
Mutual labels:  helm, kustomize
Book k8sInfra
< 컨테이너 인프라 환경 구축을 위한 쿠버네티스/도커 >
Stars: ✭ 176 (+738.1%)
Mutual labels:  helm, kustomize
monokle
🧐 Monokle streamlines the process of creating, analyzing, and deploying Kubernetes configurations by providing a unified visual tool for authoring YAML manifests, validating policies, and managing live clusters.
Stars: ✭ 795 (+3685.71%)
Mutual labels:  helm, kustomize
KubeStitch
Kubernetes deployment stitcher
Stars: ✭ 19 (-9.52%)
Mutual labels:  helm, istio
big-bang
Big Bang is a declarative, continuous delivery tool for core DoD hardened and approved packages into a Kubernetes cluster.
Stars: ✭ 55 (+161.9%)
Mutual labels:  helm, kustomize
Istio Cross Namespace Canary Release Demo
Cross-namespace canary release using Kubernetes, Istio and Helm
Stars: ✭ 31 (+47.62%)
Mutual labels:  helm, istio
Arkade
Open Source Kubernetes Marketplace
Stars: ✭ 2,343 (+11057.14%)
Mutual labels:  helm, istio
eirini-release
Helm release for Project Eirini
Stars: ✭ 37 (+76.19%)
Mutual labels:  helm

examples

A repository contains some examples for PipeCD.

NOTE: This repository is automatically synced from the examples directory of pipe-cd/pipecd repository. If you want to make a pull request, please send it to pipe-cd/pipecd repository.


Kubernetes Applications

Running on Play Name Description
link simple Deploy plain-yaml manifests in application directory without using pipeline.
-- helm-local-chart Deploy a helm chart sourced from the same Git repository.
link helm-remote-chart Deploy a helm chart sourced from a Helm Chart Repository.
link helm-remote-git-chart Deploy a helm chart sourced from another Git repository.
link kustomize-local-base Deploy a kustomize package that just uses the local bases from the same Git repository.
-- kustomize-remote-base Deploy a kustomize package that uses remote bases from other Git repositories.
link canary Deloyment pipeline with canary strategy.
-- canary-by-config-change Deployment pipeline with canary strategy when ConfigMap was changed.
-- canary-patch Demonstrate how to customize manifests for Canary variant using patches option.
link bluegreen Deployment pipeline with bluegreen strategy. This also contains a manual approval stage.
-- mesh-istio-canary Deployment pipeline with canary strategy by using Istio for traffic routing.
-- mesh-istio-bluegreen Deployment pipeline with bluegreen strategy by using Istio for traffic routing.
-- mesh-smi-canary Deployment pipeline with canary strategy by using SMI for traffic routing.
-- mesh-smi-bluegreen Deployment pipeline with bluegreen strategy by using SMI for traffic routing.
link wait-approval Deployment pipeline that contains a manual approval stage.
-- multi-steps-canary Deployment pipeline with multiple canary steps.
link analysis-by-metrics Deployment pipeline with analysis stage by metrics.
-- analysis-by-http Deployment pipeline with analysis stage by running http requests.
-- analysis-by-log Deployment pipeline with analysis stage by checking logs.
-- analysis-with-baseline Deployment pipeline with analysis stage by comparing baseline and canary.
-- secret-management Demonstrate how to manage sensitive data by using Secret Management feature.

Terraform Applications

Running on Play Name Description
link simple Automatically applies when any changes were detected.
-- local-module Deploy application that using local terraform modules from the same Git repository.
-- remote-module Deploy application that using remote terraform modules from other Git repositories.
link wait-approval Deployment pipeline that contains a manual approval stage.
-- autorollback Automatically rollback the changes when deployment was failed.
link secret-management Demonstrate how to manage sensitive data by using Secret Management feature.

Cloud Run Applications

Running on Play Name Description
link simple Quick sync by rolling out the new version and switching all traffic to it.
link canary Deployment pipeline with canary strategy.
link wait-approval Deployment pipeline that contains a manual approval stage.
-- analysis Deployment pipeline that contains an analysis stage.
-- secret-management Demonstrate how to manage sensitive data by using Secret Management feature.

Lambda Applications

Running on Play Name Description
-- simple Quick sync by rolling out the new version and switching all traffic to it.
-- canary Deployment pipeline with canary strategy.
-- analysis Deployment pipeline that contains an analysis stage.
-- secret-management Demonstrate how to manage sensitive data by using Secret Management feature.

ECS Applications

Running on Play Name Description
-- simple Quick sync by rolling out the new version and switching all traffic to it.
-- canary Deployment pipeline with canary strategy.
-- bluegreen Deployment pipeline with blue-green strategy.
-- secret-management Demonstrate how to manage sensitive data by using Secret Management feature.

Note that the .kapetanios directory is for our CI configurations. It has nothing to do with PipeCD.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].