Two ways to setup HTTP redirects in Kubernetes cluster
When migrating from one domain name to another one may need to set up a redirect of types 301 (Moved Permanently) or 302 (Found) for a certain domain and its paths. If you have Kubernetes as your runtime, there are at least two ways to do that:
Depl...
blog.dclg.net4 min read