Hi, I am trying to deploy angular frontend with dotnet core backend on kubernete . . .

Tanmay Fuse:
Hi, I am trying to deploy angular frontend with dotnet core backend on kubernetes but i am facing one issue, I have create a clusterip service between frontend and backend for the communication but it seems its not working. can anyone please suggest the correct approach to deploy angular + dotnetcore application to kubernetes @Mumshad Mannambeth

unnivkn:
https://levelup.gitconnected.com/kubernetes-angular-asp-net-core-microservice-architecture-c46fc66ede44

Tanmay Fuse:
But this implementation will expose backend to outside world

Mumshad Mannambeth:
Hi @Tanmay Fuse can you share more details on what is your setup and what is not working? How is the frontend trying to reach the backend? Is it using the right service name?

Mumshad Mannambeth:
Does the service have correct endpoints for the backend/deployment?

Mumshad Mannambeth:
what is the error you get when you try to ping/telnet backend service from frontned?

Tanmay Fuse:
@Mumshad Mannambeth can you please suggest k8s architecture should be used for angular frontend and dotnet core backend project

Mumshad Mannambeth:
Hi Tanmay, I beleive we use similar examples throughout our courses. The voting app examples. There are multiple frontend and backend

Mumshad Mannambeth:
so you create a deployment for front-end and another for backend. Create a clusterIP service for backend and point front-end to that service.

Mumshad Mannambeth:
and it should work