How To Run Angular With .NET Web API on Minikube | by Bhargav Bachina | Bachina Labs | Mar, 2021 | Medium medium.com
Most of the companies are adopting some kind of container orchestration and running all their modern apps on Kubernetes. It’s always convenient to run the apps on Minikube which is a single-node Kubernetes cluster that can be installed on your local machine. In this post, we can deploy and run Angular with .NET Core backend API on Minikube on our local machine. Minikube is a tool that runs a single-node Kubernetes cluster in a virtual machine on your personal computer. We are going to deploy and run Angular with .NET Core API on MInikube in this article. First, we create this project and run it normally, then we will run the same on the Docker, and, finally, we create a deployment and service objects to deploy and run it on Kubernetes locally.
Report Story