Sushant Sonbarse
DevOps Engineer
Kafka
Kubernetes
Node.js
IT Infrastructure
docker-compose up -d# Frontend: http://localhost:3000# Backend: http://localhost:3001
# Build and deploy./scripts/setup.sh# Access frontendkubectl port-forward svc/frontend 8080:80 -n devops-demo
├── apps/ # Microservices├── k8s/ # Kubernetes manifests├── monitoring/ # Prometheus & Grafana├── logging/ # ELK stack└── scripts/ # Deployment scripts
Posted Jul 13, 2025
Microservices project for local Kubernetes deployment with monitoring and logging.
0
1
3+ Experienced DevOps Engineer