timphan92 / microservice-azure

Deploy microservice to Azure

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

microservice-azure

Deploy microservice to Azure

  • Simple REST, Azure, AKS, Kubernetes

RUN

docker run -it --rm -p 3000:80 --name microservicecontainer microservice

or

docker ps

Serves JSON on http://localhost:3000/WeatherForecast

Deployment

  • Push docker image
  • Setup Azure and Kubernetes Azure
  • Create Resource group
  • Create AKS cluster
  • Download credentials to deploy to AKS cluster and deploy
  • Create yaml for deployment and apply

About

Deploy microservice to Azure


Languages

Language:C# 94.1%Language:Dockerfile 5.9%