Phonebook Microservice Web Application aims to create a web application with MySQL Database using Docker and Kubernetes to give students an understanding of Microservice architecture. In this application, we have a frontend service and a backend service to interact with the database service. Each service will be managed by a Kubernetes deployment. The backend service will be a gateway for the application and it will serve the necessary web pages for creating, delete and update operations while the frontend service will serve as a search page to conduct read operations. To preserve the data in the database, persistent volume and persistent volume claim concepts should be adopted.
https://github.com/asimsek29/203-Kubernetes-Microservice-Phonebook
0 comments:
Post a Comment