Kubernetes Multi Container Deployment | React | | Postgres | Ingress Nginx | step by step

In this tutorial we are going to deploy our multicontainer application on Kubernetes that we’ve created in my previous tutorial. Here we are going to use Ingress Nginx controller as load balancer, we will use React for front-end which is served by an Nginx as HTTP server, an Express as back-end, postgres database system. If you missed my previous tutorial, you can find it on my channel (the title is “Dockerizing a React application with Postgres and NginX - dev and prod - step by step: You can find the repository of the starter code here: Final code can be found here: 00:00 - Intro 00:57 - Architecture 02:31 - Client configuration it’s service 06:41 - Postgres it’s service and persitent volume
Back to Top