#devops
Read more stories on Hashnode
Articles with this tag
What is Kubernetes? And why do we call it k8s? Kubernetes, also known as K8s, is an open-source system for automating deployment, scaling, and...
What’s the difference between continuous integration, continuous delivery, and continuous deployment? Continuous Integration is the practice where...
Automating Web Application Deployment Tools required: Build tool for creating artifact of your application: Maven as I'm deploying Java based...
Downloading and Configuring Tomcat: Download Tomcat: Search for the latest version of Tomcat on Google and obtain the download link. For example,...
Steps to Download and Configure Maven on Ubuntu Server Running Jenkins Pre-requisites: Before installing Maven on your Ubuntu server where Jenkins is...
What is a Jenkins pipeline? A Jenkins pipeline is a set of plug-ins to create automated, recurring workflows that constitute CI/CD pipelines. A...