Computer Lab Manager is an orchestration system designed to manage university computer labs and clusters. It solves the practical challenges of maintaining multiple systems while providing centralized control for synchronization, updates, and monitoring.
Managing our university's computer lab involves:
- Manually synchronizing user accounts across 20+ workstations
- Coordinating system updates without disrupting lab sessions
- Monitoring hardware health and storage space across all machines
- Maintaining consistent software configurations
- Providing remote access for maintenance and support
- Balancing computational workloads efficiently
- Centralized User Management: Synchronize user accounts across all lab computers
- Automated System Updates: Coordinate apt updates with centralized caching
- Remote Access Control: SSH management and RustDesk remote desktop deployment
- Infrastructure as Code: Terraform-based provisioning for Kubernetes clusters
- Real-time Monitoring: Prometheus and Grafana for system health and metrics
- Configuration Management: Ansible playbooks for consistent system setup
Active Development - Building core synchronization and monitoring features
- Clone this repository. Go to the directory.
- Run
node create-env.jsto setup the environment. - Run
docker compose upto start the app. Visit http://localhost
This is only if you want to work on the code and develop the project.
- Clone this repository. Go to the directory.
- Run
node create-env.jsto setup the environment. - Run
docker compose up mongoin project base if you don't have a MongoDB server. - Install project required node modules by running
npm install. - Running
npm run devwill start the app and its services.
Integration with our existing Sparkling project to enable:
- Automated GPU-enabled Spark cluster deployment
- Distributed AI training environment management
- GPU resource allocation and monitoring for machine learning workloads
While this project addresses real operational needs, it also serves as a platform for exploring modern DevOps tools and practices that are valuable in today's infrastructure landscape.
Solving real lab management challenges with modern infrastructure tools
