Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/houssemdellai/productsstoreonkubernetes

Demoing deployment of Docker containers into Kubernetes for both minikube and Azure AKS.
https://github.com/houssemdellai/productsstoreonkubernetes

aks asp-net-core asp-net-core-mvc azure docker dockerfile k8s kubernetes sqlserver

Last synced: about 1 month ago
JSON representation

Demoing deployment of Docker containers into Kubernetes for both minikube and Azure AKS.

Awesome Lists containing this project

README

        

docker build --rm -f "Dockerfile" -t acrsec.azurecr.io/webapp:1.0 .

docker run --rm -d -p 5555:80/tcp acrsec.azurecr.io/webapp:1.0

docker push acrsec.azurecr.io/webapp:1.0