In this project, I have deployed a Sentiment Analysis application using Kubernetes on the cloud (Amazon EKS).

The application is composed of 3 main components:

  1. Frontend App : uses React and Nginx to provide user interface
  2. Web App : developed with Java to communicate with backend
  3. Backend App : Logic part develeped with Python

Please find more information in my repo.

Credits to Rinor Maloku for the code and the original article.