1.15. Gateway migration
As a network administrator, the preferred method for deploying ingress and egress gateways is with a Deployment resource using gateway injection.
1.15.1. About gateway migration 링크 복사링크가 클립보드에 복사되었습니다!
In Red Hat OpenShift Service Mesh 2.x, the Service Mesh Operator creates an ingress and egress gateway in the control plane namespace by default. You can define additional gateways in the ServiceMeshControlPlane resource.
Deploying ingress and egress gateways with a Deployment resource using gateway injection provides greater flexibility and control. This deployment approach is a better practice because it allows you to manage gateways alongside the corresponding applications rather than in the control plane resource. Therefore, you should disable the default gateways, move away from the Service Mesh Control Plane declaration, and begin to use gateway injection.