micro
develop
develop
  • Micro Starter Kit
  • Features
  • Getting Started
    • Why
    • Prerequisites
    • Installation
    • Makefile
  • Concepts
    • Introduction
    • Configuration
    • State
    • Select
  • Advanced
    • Dependency Injection
    • Logging
    • Error Handling
    • Life-cycle
    • Git Flow
    • Git Ops
    • mTLS
    • Release
    • Release Process
    • Pub Sub
    • Troubleshooting
  • Modules
    • Commands
      • Demo
    • Services
      • Account
      • Emailer
      • Greeter
      • Recorder
  • DevOps
    • Docker
    • KinD
    • Istio
  • Testing
    • Intro
    • Mock
    • Bloom RPC
  • Recipes
    • Authentication
    • Caching
    • Health Checks
    • Performance Testing
    • Dynamic Plugins
    • Immutability Helpers
    • Style Guide
    • Unit Testing
  • Community
    • Resources
    • Contributors
    • Contributing
  • Change Log
  • FAQ
Powered by GitBook
On this page
  • Feature Branch Push Pipeline
  • PR Pipeline
  • Release Pipeline
  • Deployment Pipeline

Was this helpful?

  1. Advanced

Git Ops

PreviousGit FlowNextmTLS

Last updated 4 years ago

Was this helpful?

TODO CI/CD

  • Push Pipeline

  • Pull Request(PR) Pipeline

  • Release Pipeline

  • Deployment Pipeline

Feature Branch Push Pipeline

  • lint

  • unit tests

PR Pipeline

triggered when PR is created for develop branch

  • lint

  • unit tests

  • integration tests

Release Pipeline

  • build docker images

  • sign images

  • push images to GCR

  • generate build/kubernetes.yaml for k8s with Helm or Kustomize

  • generate release on GitHub

Deployment Pipeline

  • Deploy to KinD on CI

  • E2E Test

  • deploy to GKE

Pipeline