Skip to content

kustomize-everything/guestbook

 
 

Repository files navigation

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!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 36.0%
  • JavaScript 20.7%
  • Makefile 13.0%
  • HTML 12.7%
  • CSS 11.4%
  • Dockerfile 6.2%