jboss-dockerfiles / infinispan

Docker image for Infinispan project
19 stars 25 forks source link

Infinispan over ECS #139

Open karandaid opened 4 years ago

karandaid commented 4 years ago

I want to run https://hub.docker.com/r/jboss/infinispan-server/ over ECS as a Service. This container has the following ports open 7600 8080 8181 8888 9990 11211 11222 57600. I want to access all these ports by connecting ALB with the target groups. I know 11222 accessible from HTTP, but I don't know how to use other ports. Could someone please help me to understand how I can do that. For example: infinispan.mydomain.com -> 11222 (HTTP Infispan App) infinispan9990.mydomain.com -> 9990 etc.....

How can I use all those ports in the target groups for health checks? If not, then how can I use infinispan and all its ports from another service.

I know there is an implementation over EKS but I want to use ECS.