Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 4 days ago
JSON representation
Demoing deployment of Docker containers into Kubernetes for both minikube and Azure AKS.
- Host: GitHub
- URL: https://github.com/houssemdellai/productsstoreonkubernetes
- Owner: HoussemDellai
- Created: 2018-09-26T21:36:56.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2023-03-15T04:44:39.000Z (almost 2 years ago)
- Last Synced: 2025-01-17T17:08:01.065Z (4 days ago)
- Topics: aks, asp-net-core, asp-net-core-mvc, azure, docker, dockerfile, k8s, kubernetes, sqlserver
- Language: HTML
- Homepage: https://www.udemy.com/kubernetes-for-developers/
- Size: 51.9 MB
- Stars: 133
- Watchers: 20
- Forks: 833
- Open Issues: 3
-
Metadata Files:
- Readme: README.demo.md
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