Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cherrymu authored Aug 21, 2024
1 parent c61df0d commit 94125e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ tofu destroy

## Things Covered
- [x] Create a golang application listening on port 8080 with open telemetry metrics
- [x] Application built in a secure CI pipeline using github actions
- [x] Application built in a secure CI pipeline using github actions and test the release using CD process.
- [x] Packaged into a Docker container and push it to a container registry
- [x] Deployed on to a local kind cluster
- [x] Used private cloud container registry
Expand All @@ -84,7 +84,7 @@ tofu destroy
- [x] Security scanners implementation using Trivy during the build process

## Assumptions
After building the application from the CI pipeline, deploy it manually using helm on any k8s distribution
After building the application from the CI pipeline, deploy it manually using helm on any k8s distribution. However, also written a github workflow to do a continous test of the latest image built using OpenTofu on a local kind cluster running in the workflow job.

## Project Highlights/Features
1. Modular Golang code with Separate HTTP handlers and telemetry into different files for better organization and error handling.
Expand Down

0 comments on commit 94125e4

Please sign in to comment.