acme_fitness_demo
acme_fitness_demo copied to clipboard
Cart - scaling/recreation of the pod resets the cart state
I'm using the Kubernetes version, running on GKE. Issue - when scaling the cart pod (cart-total.yaml) the cart details and state are deleted. To reproduce:
- login as a user
- add an item to cart
- scale cart deployment (or remove it and create again)
- the cart is now empty.
Since the cart redis is implemented separately from the cart service, the expected result will be to keep the users' cart state.
Cheers.