/cicd-pipeline-train-schedule-autodeploy

Train Schedule sample app for Jenkins Pipelines CD with Kubernetes Fully Automated Deployment exercises

Primary LanguageJavaScript

cicd-pipeline-train-schedule-autodeploy

This is a simple train schedule app written using nodejs. It is intended to be used as a sample application for a series of hands-on learning activities.

Running the app

You need a Java JDK 7 or later to run the build. You can run the build like this:

./gradlew build

You can run the app with:

./gradlew npm_start

Once it is running, you can access it in a browser at http://localhost:8080

Follow this blog to Deploy this project to Kubernetes Cluster

https://medium.com/@U_N_R_3_A_L/how-to-achieve-seamless-ci-cd-with-github-jenkins-docker-and-kubernetes-9c11a322a2c3