diff --git a/QUICKSTART.md b/QUICKSTART.md index fe1826c..1b5caad 100644 --- a/QUICKSTART.md +++ b/QUICKSTART.md @@ -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. diff --git a/README.md b/README.md index 87ac130..c3341a9 100644 --- a/README.md +++ b/README.md @@ -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.