A simple application for technical management and system monitoring. Built to demonstrate DevOps concepts and Jenkins basics. This is a school/test project, not for production use. Contributions welcome!
- Welcome message display
- Live clock updating every 10 seconds
- Real-time ping response times for multiple domains (Google, GitHub, Microsoft, Saxion, and custom domains)
- Educational tool for DevOps and Jenkins CI/CD basics
Run the PowerShell script: .\scripts\install.ps1
git clone https://github.com/stensel8/easy-devops.git
cd easy-devops/frontend
dotnet build
dotnet runRun the predefined image: docker run -it stensel8/easy-devops:latest
Use scripts in scripts/ for building and running:
python devops.py build- Build apppython devops.py dockerize- Create Docker imagepython devops.py run- Run containerpython devops.py all- Full pipeline
Deploy to Kubernetes using configs in kubernetes/.
Docker may not show colors without -it flag. Use docker run -it stensel8/easy-devops:latest for colored output.