Printing a hello world over kubernetes cluster is an overkill, so are multiple microservices when you do not need them. I loved monolithic django, but with the advent of microservices architecture and modern JS libraries react, vue, and the likes, here is what you got to do<p>Create a DRF Backend<p>Take care of authentication at both ends<p>Build your SPA in a modern JS framework.<p>The good is modularity, maintainability, better UX controls, super interactive UIs, and the likes, the bad is you need to write more code. In simple cases the good old django templates is good enough. Is anyone still doing them? I love the organised new age FE framework code, the imports that come with ES6.<p>Is anyone still doing monolith with django template and ES6. If so, mind sharing your workflow, and libraries?