Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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