diff --git a/src/pages/manage/integrations/kubernetes/routing-peer.mdx b/src/pages/manage/integrations/kubernetes/routing-peer.mdx index 2c8025a9..795d7ba8 100644 --- a/src/pages/manage/integrations/kubernetes/routing-peer.mdx +++ b/src/pages/manage/integrations/kubernetes/routing-peer.mdx @@ -2,7 +2,7 @@ The operator exposes Kubernetes services to your NetBird network by combining two resources, a `NetworkRouter` and a `NetworkResource`. -### NetworkRouter +## NetworkRouter A `NetworkRouter` creates a network in NetBird and deploys routing peer pods in the cluster. These pods are configured as routing peers for the network, handling traffic between NetBird clients and services running in the cluster. @@ -19,7 +19,7 @@ spec: name: prod.company.internal ``` -### NetworkResource +## NetworkResource A `NetworkResource` exposes a Kubernetes service in NetBird by creating a matching resource in the routers network. The cluster IP of the service will be used as the resource IP. A record in the routers zone will also be created using the name and namespace of the service. The following example creates an nignx deployment and exposes the service with the record `nginx.default.prod.company.internal`.