Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/chirangaalwis/javakuberneteswebapphandler
- Owner: chirangaalwis
- Created: 2015-08-26T09:52:49.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-26T09:58:25.000Z (over 9 years ago)
- Last Synced: 2024-11-08T15:00:13.621Z (about 2 months ago)
- Language: Java
- Size: 152 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.