My Blog.

Dynamic Sub-Domain Reverse Proxying in Kubernetes with Nginx

5/2/20247 min read

In this article, I would be explaining on how we can dynamically point sub-domains to specific services in a Kubernetes cluster through a single ingress by setting up a dynamic reverse proxy service using nginx.

Django Models: Setting up Many-to-Many Relationships through Intermediate Models

10/18/20184 min read

A tutorial on how to setup many-to-many relationships in Django using intermediate models, and how to manage them in the admin interface.