Skip to content

fullstackhub-io/simple_dotnetcore_microservice_k8s

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple .NET Core 6 API/Angular Front End on Kubernetes

  • Install the Docker Desktop image

  • Enable the Kubernetes.

  • Create the docker images by command & visual studio. e.g. docker build -t simpleappclient . in simple_dotnetcore_microservice_k8s\clientApp folder and right click on Dockerfile in simple_dotnetcore_microservice_k8s\SimpleApp.API\SimpleApp.API folder and select "Build Docker Image".

  • Browse the K8s folder and run the following commands: - kubectl apply -f ./simpleappapi.yaml
    - kubectl apply -f ./simpleappclient.yaml

  • Brose the following URL: http://localhost:4200/

image

About

Simple .NET Core 6 API and Angular front end on Docker and Kubernetes.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published