Skip to content

Commit 23f939b

Browse files
authored
Merge pull request #1 from mas-synaigy/patch-13
Update guide.it-it.md
2 parents 2501ed7 + cf34cf4 commit 23f939b

File tree

1 file changed

+4
-0
lines changed
  • pages/public_cloud/containers_orchestration/managed_kubernetes/using-lb

1 file changed

+4
-0
lines changed

pages/public_cloud/containers_orchestration/managed_kubernetes/using-lb/guide.it-it.md

+4
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,10 @@ It's rather cumbersome to use `NodePort` `Services` in production. As you are us
6262
>
6363
> In this case the *nodes* URL will be `https://xxxxxx.nodes.c1.gra9.k8s.ovh.net` and a service deployed on NodePort 30123 can be accessed on `https://xxxxxx.nodes.c1.gra9.k8s.ovh.net:30123`.
6464
65+
> [!warning]
66+
> If your OVHcloud Managed Kubernets is connected to a vRack the `NodePort` is only exposed on your private Subnet. So you have to check your private IPs on your nodes in your Nodepool and you can
67+
> connect via one of these private IPs.
68+
6569
### Exposing services as LoadBalancer
6670
6771
Declaring a service of type `LoadBalancer` exposes it externally using a cloud provider’s load balancer. The cloud provider will provision a load balancer for the `Service`, and map it to its automatically assigned `NodePort`. How the traffic from that external load balancer is routed to the `Service` pods depends on the cluster provider.

0 commit comments

Comments
 (0)