Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/naresh-chandanbatve/multistage-mern
This is a repository to demonstrate the reducing size of docker image using multi stage builds. This repository contains the simple MERN application. It also contains the kubernetes files in k8s folder that can be used to deploy it on k8s cluster
https://github.com/naresh-chandanbatve/multistage-mern
docker docker-compose docker-image kubernetes mern minikube multi-stage-build
Last synced: about 1 month ago
JSON representation
This is a repository to demonstrate the reducing size of docker image using multi stage builds. This repository contains the simple MERN application. It also contains the kubernetes files in k8s folder that can be used to deploy it on k8s cluster
- Host: GitHub
- URL: https://github.com/naresh-chandanbatve/multistage-mern
- Owner: Naresh-chandanbatve
- Created: 2023-07-17T01:33:23.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-19T13:47:49.000Z (7 months ago)
- Last Synced: 2024-06-20T00:10:47.786Z (7 months ago)
- Topics: docker, docker-compose, docker-image, kubernetes, mern, minikube, multi-stage-build
- Language: HTML
- Homepage:
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Multistage-MERN
### Hello world mern app to demonstrate reducing image size using multistage Dockerfile and Kubernetes Deployment
#### Refer thig blog to get more info on:
- Deploying mern app on minikube cluster:
https://nareshblogs.hashnode.dev/deploy-a-mern-stack-application-on-kubernetes-using-minikube- Reduce Docker size using multtistage builds:
https://nareshblogs.hashnode.dev/optimizing-docker-image-size-in-mern-apps-using-multistage-dockerfile