Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/chirangaalwis/javakuberneteswebapphandler

A Java application which enables users to choose a .war file and deploy it in Apache Tomcat Docker containers using Google Kubernetes
https://github.com/chirangaalwis/javakuberneteswebapphandler

Last synced: 6 days ago
JSON representation

A Java application which enables users to choose a .war file and deploy it in Apache Tomcat Docker containers using Google Kubernetes

Awesome Lists containing this project

README

        

# JavaKubernetesWebAppHandler
A Java application which enables users to choose a .war file and deploy it in Apache Tomcat Docker containers using Google Kubernetes.

For this project I have used https://github.com/fabric8io/fabric8/tree/master/components/kubernetes-api and
https://github.com/spotify/docker-client GitHub repos. Please refer the above GitHub repos for further details, on any setup details.