[Tomcat Wiki] Update of "ClusteringCloud" by JeanFredericClere

2018-10-10 Thread Apache Wiki
Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change 
notification.

The "ClusteringCloud" page has been changed by JeanFredericClere:
https://wiki.apache.org/tomcat/ClusteringCloud?action=diff=3=4



  
+ 2 - Example there is an example to use it with OpenShift in 
https://github.com/jfclere/tomcat-kubernetes
+ 

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



[Tomcat Wiki] Update of "ClusteringCloud" by JeanFredericClere

2018-10-10 Thread Apache Wiki
Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change 
notification.

The "ClusteringCloud" page has been changed by JeanFredericClere:
https://wiki.apache.org/tomcat/ClusteringCloud?action=diff=2=3

  There are 2 ways to organize your images, use a standalone tomcat and add 
your webapps to it or prepare your webapps as a micro service and have one 
image per webapps.
  Each image will be started as a pod on kubernetes, you can scale up and down 
by changing the number of pods running your webapp or your tomcat. Hanging or 
dying pods are restarted by kubernetes.
  
- = "Standalone" tomcat  configuration: =;
+ 1 - "Full" tomcat  configuration:
+ 
  In server.xml use the following:



-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



[Tomcat Wiki] Update of "ClusteringCloud" by JeanFredericClere

2018-10-10 Thread Apache Wiki
Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change 
notification.

The "ClusteringCloud" page has been changed by JeanFredericClere:
https://wiki.apache.org/tomcat/ClusteringCloud?action=diff=1=2

  There are 2 ways to organize your images, use a standalone tomcat and add 
your webapps to it or prepare your webapps as a micro service and have one 
image per webapps.
  Each image will be started as a pod on kubernetes, you can scale up and down 
by changing the number of pods running your webapp or your tomcat. Hanging or 
dying pods are restarted by kubernetes.
  
- = 1 - "Standalone" tomcat  configuration: =;
+ = "Standalone" tomcat  configuration: =;
  In server.xml use the following:



-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



[Tomcat Wiki] Update of "ClusteringCloud" by JeanFredericClere

2018-10-10 Thread Apache Wiki
Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change 
notification.

The "ClusteringCloud" page has been changed by JeanFredericClere:
https://wiki.apache.org/tomcat/ClusteringCloud

New page:
How to use tomcat clustering in the cloud.

The load-balancer and the sticky (or not sticky) logic is provided by the cloud 
it self, basically you have to expose a service and configure a route. Cloud 
configuration depends on the cloud providers, document for the mean cloud 
providers will be added to this wiki.
The tomcat clustering for the cloud uses Kubernetes you have to configure your 
nodes to use Kubernetes, all cloud providers support Kubernetes. Kubernetes 
uses Docker so you have to create a Docker image to use tomcat in the cloud.
There are 2 ways to organize your images, use a standalone tomcat and add your 
webapps to it or prepare your webapps as a micro service and have one image per 
webapps.
Each image will be started as a pod on kubernetes, you can scale up and down by 
changing the number of pods running your webapp or your tomcat. Hanging or 
dying pods are restarted by kubernetes.

= 1 - "Standalone" tomcat  configuration: =;
In server.xml use the following:
  
  
  
  
  

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org