ClusterIP
services.LoadBalancer
service type with an annotation to allocate a public IP for the service. Without the annotation, a static private IP will be allocated, this is mostly useful for services accessed from outside the cluster via a Site to Site VPN.1
as in the example below.https
. CoreWeave already has all the infrastructure setup including the Ingress Controller, all you need to do is deploy an Ingress
manifest. The hostname of the Ingress needs to be in the format of <app>.<namespace>.<region>.ingress.coreweave.cloud
. The example below demonstrates an Ingress called my-app
exposed via an Ingress in the ORD1 region for a namespace tenant-test-default
.<your-chice>.<namespace>.coreweave.cloud