Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/piotrd22/devopslabs
Sample Java app with DevOps integration (Docker, Kubernetes, CI/CD with Jenkins)
https://github.com/piotrd22/devopslabs
docker java jenkins kubernetes postgresql spring
Last synced: 7 days ago
JSON representation
Sample Java app with DevOps integration (Docker, Kubernetes, CI/CD with Jenkins)
- Host: GitHub
- URL: https://github.com/piotrd22/devopslabs
- Owner: piotrd22
- Created: 2023-10-16T16:54:44.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-12T10:08:34.000Z (8 months ago)
- Last Synced: 2024-10-10T19:43:50.958Z (28 days ago)
- Topics: docker, java, jenkins, kubernetes, postgresql, spring
- Language: Java
- Homepage:
- Size: 82 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Repo for university devops classes.
The project aimed to create a CRUD REST application that would have 100% test coverage. Then the entire application was dockerized and deployed on a local cluster on minikube (kubernetes). At the very end, we created CI/CD using Jenkins, which tests, builds and pushes the application image to a remote repository on DockerHub.