Snapp DevOps Demo
A simple web interface
Candidate Information
- Name:
- Ali Haririan
- Company:
- Snapp!
- Position:
- DevOps Eng.
Current Status
- Active Connections:
- 0
- Readiness Threshold:
- 10
- Ready:
- Yes
Port Configuration
- Main Application:
- Port 8080
- Health Probes:
- Port 9090
Application Endpoints (Port 8080)
-
GET
/ - Welcome page with application overview -
GET
/api/test - Test API endpoint for verification -
POST
/connections?count=N - Manage active connection count -
POST
/connections/inc - Increase active connections by one -
POST
/connections/dec - Decrease active connections by one
Health Endpoints (Port 9090)
-
GET
/health - Overall application health status -
GET
/live - Kubernetes liveness probe -
GET
/ready - Kubernetes readiness probe