Skip to content

multi-Container Fullstack App deployment on Kubernetes using Ingress Nginx, services as cluster IP, PVC etc

Notifications You must be signed in to change notification settings

rashidmajeed/kubernetes-multicontainer-application-react-nodejs-postgres-nginx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multi-Container App on Kubernetes

This repository explores how to make a Multi container deployment on kubernetes cluster using full stack Application.

Big Picture

Application Stack | React| Node.js | Postgres | Ingress Nginx | step by step

Architecture

A diagram shows graphical description of whole project structure. multicontainer-kubernetes

Instructions

`

  1. It contains React client, Node.js backend, PostgreSQL and Nginx
  2. You should install Ingress Nginx with the command: kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/controller-v0.46.0/deploy/static/provider/cloud/deploy.yaml
  3. After that you can use the following command to start in main folder:
  4. kubectl apply -f k8s , .

About

multi-Container Fullstack App deployment on Kubernetes using Ingress Nginx, services as cluster IP, PVC etc

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published