This is a Spring Boot-powered backend for a blogging platform, designed to handle CRUD operations for blog posts. The application integrates with a MySQL database for persistent storage and is deployed on a Kubernetes cluster for scalability and container management.
- Post Management: Create, update, delete, and retrieve blog posts.
- RESTful API: Expose APIs to interact with blog posts and statistics efficiently.
- MySQL Integration: Persistent storage for all data using MySQL.
- Kubernetes Deployment: Containerized application running in a scalable Kubernetes environment.