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: about 1 month 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 (about 6 years ago)
- Default Branch: main
- Last Pushed: 2023-03-15T04:44:39.000Z (over 1 year ago)
- Last Synced: 2024-10-12T07:04:21.267Z (about 1 month 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: 130
- Watchers: 21
- Forks: 820
- 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