model-registry-operator: 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
model_registry_operator["model-registry-operator"]:::component
model_registry_operator --> svc_0["model-registry-operator-controller-manager-metrics-service\nClusterIP: 8443/TCP"]:::svc
model_registry_operator --> svc_1["model-registry-operator-webhook-service\nClusterIP: 443/TCP"]:::svc
model_registry_operator --> svc_2["template-value\nClusterIP: 0/TCP,0/TCP"]:::svc
Services
Network Policies
Network Policy Graph
Visual representation of NetworkPolicy rules. Ingress rules show what traffic is allowed into pods, egress rules show what traffic is allowed out.
graph LR
classDef policy fill:#e74c3c,stroke:#c0392b,color:#fff
classDef pod fill:#3498db,stroke:#2980b9,color:#fff
classDef external fill:#95a5a6,stroke:#7f8c8d,color:#fff
model_registry_operator["model-registry-operator\nPods"]:::pod
np_0_template_value_https_route{{"template-value-https-route\nIngress"}}:::policy
np_0_template_value_https_route --> model_registry_operator
np_1_template_value_https_route{{"template-value-https-route\nIngress"}}:::policy
np_1_template_value_https_route --> model_registry_operator
np_2_template_value_postgres{{"template-value-postgres\nIngress"}}:::policy
np_2_template_value_postgres --> model_registry_operator
np_3_template_value_postgres{{"template-value-postgres\nIngress"}}:::policy
np_3_template_value_postgres --> model_registry_operator