It's kind of boring but I'm learning k8s and argo-cd to figure out if I can do feature-branch deployment to a cluster.
like, it would be very cool to do something like have your feature branch be deployed to a separate pod in dev cluster, and have an ingress rule set up so that it points to that pod only.
So if your dev environment usually points to <some-app>.dev.example.com,
Deploy your feature branch to a dev cluster, but on a different pod. Then have it reachable to <some-app>.feature-branch-1.dev.example.com without touching main.
I think it's a neat idea and I'm sure it should be possible if I configure some istio settings.
It's all new thing and it's fun to have a direction towards learning