kuberay: Network¶
Service Map¶
graph LR
classDef svc fill:#2ecc71,stroke:#27ae60,color:#fff
classDef test fill:#95a5a6,stroke:#7f8c8d,color:#fff
classDef component fill:#3498db,stroke:#2980b9,color:#fff
classDef ext fill:#e74c3c,stroke:#c0392b,color:#fff
kuberay["kuberay"]:::component
kuberay --> svc_0["kuberay-operator\nClusterIP: 8080/TCP"]:::svc
kuberay --> svc_1["webhook-service\nClusterIP: 443/TCP"]:::svc
kuberay -.-> ext_grpc[["grpc\ngrpc"]]:::ext
Services¶
| Name | Type | Ports | Source |
|---|---|---|---|
| kuberay-operator | ClusterIP | 8080/TCP | ray-operator/config/manager/service.yaml |
| webhook-service | ClusterIP | 443/TCP | ray-operator/config/webhook/service.yaml |
Ingress / Routing¶
| Kind | Name | Hosts | Paths | TLS | Source |
|---|---|---|---|---|---|
| Ingress | rayclient-ingress | localhost | / | no | ray-operator/config/samples/ingress-rayclient-tls.yaml |
No Network Policies
No NetworkPolicy resources found. All pod-to-pod traffic is allowed by default.