This repository has been archived by the owner on Feb 27, 2023. It is now read-only.
Setup DNS for internal routing #86
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
Gimbal is focused on handling Ingress traffic. But another use-case is to handle internal application routing for multiple clusters.
A good example would be to have an application deployed to a cluster. If maintenance is required on that cluster, then spin up the application on a second and slowly transition work over to the new cluster. By providing a single DNS endpoint within the cluster, any consumer of the application doesn't need to change logic.
// cc @hhoover
The text was updated successfully, but these errors were encountered: