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/

Neon image

Resources for building AI applications with Neon Postgres πŸ€–

Core concepts, starter applications, framework integrations, and deployment guides. Use these resources to build applications like RAG chatbots, semantic search engines, or custom AI tools.

Explore AI Tools β†’

Top comments (0)

Billboard image

Try REST API Generation for MS SQL Server.

DreamFactory generates live REST APIs from database schemas with standardized endpoints for tables, views, and procedures in OpenAPI format. We support on-prem deployment with firewall security and include RBAC for secure, granular security controls.

See more!

πŸ‘‹ Kindness is contagious

Engage with a wealth of insights in this thoughtful article, valued within the supportive DEV Community. Coders of every background are welcome to join in and add to our collective wisdom.

A sincere "thank you" often brightens someone’s day. Share your gratitude in the comments below!

On DEV, the act of sharing knowledge eases our journey and fortifies our community ties. Found value in this? A quick thank you to the author can make a significant impact.

Okay