Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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)

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.