May be a stupid question but I can't find an answer anywhere i've looked so far. If I am running a dynamic web application on a large scale using Kubernetes does each individual user/session require its own container? This may be a misunderstanding of dynamic web applications too but given that the server needs to handle the logic to display information relevant to the user how does this work when deployed in containers?
Thanks