-
Notifications
You must be signed in to change notification settings - Fork 21
Description
Description of the bug
Despite one of the Quarkus advantages is to deploy and run natively in cloud applications packaged as containerized Docker image, it appears that the Vaadin integration of Quarkus and/or this starter sample is not ready for this purpose.
Indeed, whereas there is no issue when running it packaged as Docker image deployed to a single-pod/replica Kubernetes cluster, if it's deployed to a multi-pods/replicas one, the UI (almost) endlessly reloads so that it's obviously not usable at all.
"almost" means that, sometimes, the reload loop stopped and the last load completes fine.
Expected behavior
UI should be usable and loads fine, without such endlessly reloading, whatever the number of pods/replicas of the Kubernetes cluster, like it's the case for just 1:
Deploy directly and quickly on Okteto 🟢 working Dockerized sample (1-dockerized-pod
branch of my fork):
Minimal reproducible example
Deploy directly and quickly on Okteto 🔴 failing Dockerized sample (2-dockerized-pods
branch of my fork):
Versions
- Vaadin / Flow version: 22+
- Quarkus version: Quarkus 2+