How to Install Apache Tomcat Server on ubuntu 20.04 LTS.

Apache Tomcat is an open source web server and Java servlet container for publishing web applications.We can use Apache Tomcat for deploying Java Servlet and JSP applications.It is lightweight & easy to run applications in Ubuntu.It provides fast loading and helps run a server more efficiently. Install Apache Tomcat on ubuntu Update the System. apt-get …

How to install Apache Maven on Ubuntu 20.04 LTS.

Apache Maven is a Free & open source build automation tool used primarily for Java projects. It is used for building, testing, source control management, running a web server & generating Eclipse project files. Maven also be used to build and manage projects written in C#, Ruby, Scala, and other languages. Install Apache Maven on Ubuntu Update …

How to Setup Jenkins On Ubuntu 20.04 LTS

Jenkins is an free & open source continuous integration/continuous delivery and deployment (CI/CD) automation software written in the Java programming language. It is used to implement CI/CD workflows, called pipelines. It provides continuous integration and continuous delivery in software projects by automating parts related to build, test, and deployment. Install Jenkins on Ubuntu. Update the …

How to Manage Single & Multiple Kubernetes Clusters using kubectl & kubectx in Linux

  Kubectl is a command line utility & it is used to control and manage Kubernetes clusters and objects running. It allow we can create, modify and delete Kubernetes resources such as Deployments, Pods, Services, switching contexts and access container shell. Install Kubectl on Linux We needs kubectl on linux so click on link https://www.hackerxone.com/blog/how-install-kubernetes-container-runtime-ubuntu-2004-lts …

How To Install Kubernetes Dashboard with NodePort in Linux

Kubernetes dashboard is a web-user interface & It provides the information on the state of the Kubernetes cluster and the information of any errors that may occur.It can be used to deploy containerized applications to the cluster &troubleshoot the deployed applications. Using Kubernetes command line & dashboard,we can manage deployment, StatefulSets, DaemonSets, Jobs, Services and …