uiowaSEP2024 / 002_ImagePro

Image processing backend
1 stars 0 forks source link

Expose Cluster to Internet #189

Closed zmorris248 closed 3 months ago

zmorris248 commented 3 months ago

If this feature request related to a problem? Please describe.

So that we can interact with our EKS cluster and complete deployment, we need our relevant services, namely frontend, backend, and internal Orthanc deployments, to be exposed to the internet so that clients can see the info and our orthanc can receive requests. Alternatives Considered If Applicable

Rationale

Implementation Ideas

We think we need AWS load balancer objects that get a dns that is accessible to the internet. These need to have https listeners so that we can exchange cookies with users for log in. Additional Context