Developed and Deployed end to end a microservice application which converts video to mp3 audio and serves to users. The task involved: Developing and Configuring 1. Auth Service Backend (Flask Service) Created ClusterIP Service, Deployment Spec 2. Message Queue(RabbitMQ) Created ClusterIP, Service, StatefulSet , Ingress Configured PersistentVolumeClaims 3. API Gateway(Flask Service) Created ClusterIP service, Ingress 4. Notification Service (Consumer Service) Created Deployment Spec 5. Converter Service (Consumer Service) Created DeploymentSpec 6. A MySQL Database deployed on localhost 7. MongoDB deployed on localhost 8. Configured /etc/hosts to redirect requests to localhost via Kubernetes Ingress Reverse Proxy. Show less
Built with