Cloud Native project advice?
reddit.com·7h·
Discuss: r/kubernetes

Hi, I’m currently taking a Cloud distributing computing module in university and would like to seek advice on how does the architecture works in regards to cloud native.

I have defined micro-services with the help of genAI:

  • User Service (Authentication and profiles)

  • Quiz Service (Teacher Quizzes)

  • Peer Question Service (Student-Created Questions)

  • Result/leaderboard Service (Scores and Rankings)

  • Notification Service (Real-Time Alerts)

Communication protocol will be using gRPC for both front and back end.

I consulted my professor and the advice I received was to build a cloud native model, which the analogy used was to simulate cloud native whereby each of my member in the group will run their own services that act like a server while our services will communicate…

Similar Posts

Loading similar posts...