Skip to content

Latest commit

 

History

History
105 lines (52 loc) · 2.63 KB

File metadata and controls

105 lines (52 loc) · 2.63 KB

Microservices Architecture Video to MP3 Converter Application

Microservices application for building a K8s, Docker, Message Queue and Event Notification based on Tutorial (link)

Index of Screenshots showcasing architecture, components, terminal CLI

  1. Architecture - Gateway, Auth, RabbitMQ, MySQL, MongoDB, Converter, Notification
  2. Manifests
  3. Pod Logs
  4. K9s Pods UI
  5. Curl REST API Requests
  6. RabbitMQ
  7. MongoDB Atlas - Videos, MP3s
  8. MySQL Auth - Users
  9. Notification Emails
  10. Ingress - Gateway, RabbitMQ
  11. Docker Build Push
  12. Docker Hub

  1. Architecture - Gateway, Auth, RabbitMQ, MySQL, MongoDB, Converter, Notification

0_Architecture


  1. Manifests
1_Manifests
  1. Pod Logs
2_Pod_Logs
  1. K9s Pods UI
3_K9s
  1. Curl REST API Requests
4_Curl_API_Requests
  1. RabbitMQ
5_RabbitMQ
  1. MongoDB Atlas - Videos, MP3s
6_MongoDB_Atlas
  1. MySQL Auth - Users
7_MySQL
  1. Notification Emails
8_Notification_Emails
  1. Ingress - Gateway, RabbitMQ
9_Ingress
  1. Docker Build Push
10_Docker_Build_Push
  1. Docker Hub
11_DockerHub