Skip to content

Commit c7a1f94

Browse files
Merge pull request #3 from sugesh-cloudops/feature/development
Feature/development
2 parents 1a687f5 + dcddf90 commit c7a1f94

File tree

6 files changed

+19
-3
lines changed

6 files changed

+19
-3
lines changed

README.md

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
This project demonstrates a GitOps-style Continuous Integration (CI) pipeline for a **Spring Boot + PostgreSQL** application, leveraging:
44

5-
**Kustomize and Helm** for Kubernetes manifests management
6-
**GitHub Actions** for building, testing, tagging, and pushing images
7-
**DockerHub** as the image registry
5+
• Kustomize and Helm for Kubernetes manifests management
6+
• GitHub Actions for building, testing, tagging, and pushing images
7+
• DockerHub as the image registry
88

99
The current focus is **CI only** — with clear automation of image updates through Git. **ArgoCD-based Continuous Deployment (CD)** will be implemented in the next stage.
1010
---
@@ -87,6 +87,7 @@ This project demonstrates a GitOps-style Continuous Integration (CI) pipeline fo
8787
## Docker Image
8888

8989
- Docker image is built from `/app` and pushed to DockerHub.
90+
- multi-stage build for efficient image size.
9091
- Image tag is dynamically generated in CI.
9192

9293
---
@@ -113,5 +114,20 @@ This project demonstrates a GitOps-style Continuous Integration (CI) pipeline fo
113114

114115
---
115116

117+
## Output screenshots
116118

119+
GitHub Actions CI Output
120+
![alt text](/snapshots/image-2.png)
117121

122+
123+
kubectl Get Pods
124+
![alt text](/snapshots/image-1.png)
125+
126+
kubectl Describe Secret (from ESO)
127+
![alt text](/snapshots/image.png)
128+
129+
Git Push to Auto Branch
130+
![alt text](/snapshots/image-3.png)
131+
132+
DockerHUb
133+
![alt text](/snapshots/image-4.png)

snapshots/image-1.png

18.9 KB
Loading

snapshots/image-2.png

53.9 KB
Loading

snapshots/image-3.png

49.8 KB
Loading

snapshots/image-4.png

26.8 KB
Loading

snapshots/image.png

20.5 KB
Loading

0 commit comments

Comments
 (0)