Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions QUICKSTART.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Quick Start Guide

DevOps starter kit for Spring Boot with Docker, Kubernetes, Helm, Minikube, ArgoCD, GitHub Actions, and optional SonarCloud.

This guide walks through the same setup as the README, but with a little more context.

Use it if this is your first time running the project or if you want to understand what each command is proving.
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
![GitOps](https://img.shields.io/badge/GitOps-ArgoCD-ef7b4d)
![Quality](https://img.shields.io/badge/Quality-SonarCloud-4e9bcd)

DevOps starter kit for Spring Boot with Docker, Kubernetes, Helm, Minikube, ArgoCD, GitHub Actions, and optional SonarCloud.

A beginner-friendly DevOps starter platform for Spring Boot applications.

It shows the full path from code to container image to Kubernetes deployment using GitHub Actions, DockerHub, Helm, ArgoCD, and Minikube. You can first run the demo exactly as-is, then connect your own accounts and application when you are ready.
Expand Down