DEV Community

Cover image for Deploy a REACT app with Flask API backend on Kubernetes Cluster- Part 2- Complete the Jenkins Pipeline
amlan
amlan

Posted on

1

Deploy a REACT app with Flask API backend on Kubernetes Cluster- Part 2- Complete the Jenkins Pipeline

Previously I wrote a post explaining how we can design a Kubernetes deployment to deploy a full stack React app with Flask API backend.

In this post I am completing the walk-through adding a deployment automation to Kubernetes cluster using Jenkins.
This is the final part of the series where I will be going through steps to deploy the Kubernetes components described in the above post to Kubernetes cluster. I will be using a Jenkins pipeline to deploy the Kubernetes resources to a cluster and make the react app accessible from a node endpoint. For simplicity I have simplified the Jenkins steps. These steps are good for normal practice but if you want to use this in a Production environment there are some changes needed which I will try to explain as I go through the steps.

Find the whole post here:

https://amlanscloud.com/reactappdeploy2/

You can find the first part here:
https://amlanscloud.com/reactappdeploy/

Hostinger image

Get n8n VPS hosting 3x cheaper than a cloud solution

Get fast, easy, secure n8n VPS hosting from $4.99/mo at Hostinger. Automate any workflow using a pre-installed n8n application and no-code customization.

Start now

Top comments (0)

Sentry image

See why 4M developers consider Sentry, “not bad.”

Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay