In this article, we are going to see how to deploy the SpringBoot application to Kubernetes using Jenkins. The platform we are choosing is IBM Cloud. We are going to see SpringBoot Kubernetes Example setup on IBM Cloud using Jenkins Pipeline. We will be creating Docker images, setting up Kubernetes,[...]
Read moreCategory: Jenkins
Deploy AWS Lambda Functions using Jenkins | Devops Junction
Serverless Computing is a disruptive change in the way we used to approach the infrastructure and host our applications. With Serverless Computing like AWS Lambda, you can simply deploy your single python file without having to worry about writing the production-grade wrappers like gunicorn and supervisor etc. Serverless computing is[...]
Read moreJenkins Remote Build Trigger - Build Jobs with URL and Token
Jenkins Build Trigger using remote access API is a key element when it comes to automating the Deployment process and implementing the CI/CD pipelines with Jenkins. In this post, we are going to see how to create a Jenkins Job or Project and configure API token and enable REMOTE API[...]
Read moreJenkins Tomcat Deploy - Deploying Application to Tomcat using Jenkins
In this post, we are going to look at the steps required to configure the Jenkins and Tomcat and achieve Continuous Deployment and Continuous Integration. Jenkins Tomcat Deploy We are going to see how to pull the code from the Source Code Management Repository - GITHUB and deploy it to[...]
Read more