From a3e7f9a90bd90a5f62a05176fd06ff34aa41d118 Mon Sep 17 00:00:00 2001 From: Deekshith SN Date: Sun, 19 Feb 2023 11:57:31 +0530 Subject: [PATCH 1/2] Update index.jsp --- src/main/webapp/index.jsp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/main/webapp/index.jsp b/src/main/webapp/index.jsp index f1c1845b..043c1880 100644 --- a/src/main/webapp/index.jsp +++ b/src/main/webapp/index.jsp @@ -81,6 +81,11 @@

Docker is a set of platform as a service products that uses OS-level virtualization to deliver software in packages called containers. Containers are isolated from one another and bundle their own software, libraries and configuration files; they can communicate with each other through well-defined channels

View details »

+
+

kubernetes

+

k8s is best orchestartion tool

+

View details »

+

From 0e76dd91b5f75141e276e336349f58ba2730b2bb Mon Sep 17 00:00:00 2001 From: Deekshith SN Date: Sun, 19 Feb 2023 15:46:09 +0530 Subject: [PATCH 2/2] Update README.md --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 9284772e..547d23ea 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,3 @@ mvn clean package # Deploy instruction Deploy ```target/WebApp.war``` on Tomcat properly for better experience. - - -