8000 GitHub - BM-admi/guestbook
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

BM-admi/guestbook

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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/akuity/guestbook-deploy.

A code change to this repository will cause:

  1. A new ghcr.io/akuity/guestbook image to be published with a unique image tag that incorporates the commit SHA into the image tag (e.g. ghcr.io/akuity/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

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.8%
  • Makefile 12.8%
  • HTML 12.7%
  • CSS 11.4%
  • Dockerfile 6.3%
0