higlass / higlass-docker

Builds a docker container wrapping higlass-server and higlass-client in nginx
MIT License
32 stars 14 forks source link

provide a kubernetes configuration for HiGlass components vs single docker container #186

Open brianrepko opened 1 year ago

brianrepko commented 1 year ago

Currently, higlass-docker is a single container that contains various components - and another container for redis. It would be better to have a kubernetes configuration for all the components that are needed.

pkerpedjiev commented 1 year ago

Why would it be better?

brianrepko commented 1 year ago

because we have secure Docker images for nginx and redis that we could combine with secured higlass parts - one would normally either do Docker Compose or Kubernetes - as it stands the existing docker image is all or nothing