-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Labels
MediumSWoC26SWoC26SWoC26bugSomething isn't workingSomething isn't workingcontainersdeploymentk8s deploymentk8s deploymentdockerupdates on containerisationupdates on containerisationkubernetesk8s updatesk8s updatesnotification-service
Description
[Bug]Notification Service failing in Kubernetes (Working in Docker Compose)
Description
The Notification Service is failing to retrieve or display data after migrating the application from Docker Compose to Kubernetes. While the service works correctly in the local Docker environment (populating the list with auth-service events), the Kubernetes deployment consistently shows the "No notifications yet" empty state.
📸 Evidence
Expected Behavior (Local Docker):
*
Current Behavior (Kubernetes):
*
📋 Steps to Reproduce
- Deploy the application manifest to the Kubernetes cluster.
- Log in as a user to generate an
auth-serviceevent. - Navigate to the Notifications tab in the UI.
- Observe the empty state message.
✅ Troubleshooting Tasks
- Check logs for
notification-servicepod:kubectl logs -l app=notification-service - Verify Service discovery:
kubectl get endpoints notification-service - Inspect Frontend Network tab (F12) for 404/500 errors on
/api/notifications - Compare
envvariables in Docker Compose vs. Kubernetes ConfigMap.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
MediumSWoC26SWoC26SWoC26bugSomething isn't workingSomething isn't workingcontainersdeploymentk8s deploymentk8s deploymentdockerupdates on containerisationupdates on containerisationkubernetesk8s updatesk8s updatesnotification-service
Projects
Status
In progress