In this way the deployment resource will create inside the member clusters and it will create the pods for your application or image. In the previous example we add the `overrides` field to increse the number of pods in the member-cluster-2.
### Federate service
Create the service for the "fed-helloworld" deployment:
This is a ClusterIP service, in this way the your application is not exposed and the service have a private cluster IP. Now it is necessary that the service is exposed by an ingress resource.
### Federate ingress
Now it is possible create the ingress resource for the fed-helloworld-service:
Create the ingress resource to expose the fed-helloworld-service:
The name of IngressDNSRecord must be the same of the ingress resource and the value in "hosts" field must matches the "host" field in the ingress configuration.