Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 1.21 KB

README.md

File metadata and controls

16 lines (10 loc) · 1.21 KB

Guestbook Example Application

This repository contains the source code to a demo application based on the Kubernetes guestbook application for the purposes of demonstrating a GitOps based CI/CD pipeline. The git repository containing the Kubernetes deployment manifests is located at a separate repository: https://github.com/kustomize-everything/guestbook-deploy.

A code change to this repository will cause:

  1. A new ghcr.io/kustomize-everything/guestbook image to be published with a unique image tag that incorporates the commit SHA into the image tag (e.g. ghcr.io/kustomize-everything/guestbook:00003-f32b7f8).
  2. An automated git commit to be pushed to the staging manifests with the new image, resulting in an automated deploy to the staging environment
  3. A PR to be created against the prod manifests, for manual approval and deploy

Screenshot

Guestbook

Appreciation

This repo is forked from akuity/guestbook. Thank you Akuity (@jessesuen and @dhpup, specifically) for creating that project!