spark-operator: Network
Service Map
2 unique services (3 total, duplicates from test fixtures collapsed).
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
spark_operator["spark-operator"]:::component
spark_operator --> svc_0["spark-operator-webhook-svc\nClusterIP: 443/TCP"]:::svc
spark_operator --> svc_1["the-service\nLoadBalancer: 8666/TCP"]:::svc
spark_operator -.-> ext_postgres[["postgres\ndatabase"]]:::ext
spark_operator -.-> ext_sqlite[["sqlite\ndatabase"]]:::ext
spark_operator -.-> ext_grpc[["grpc\ngrpc"]]:::ext
Services
Ingress / Routing
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
spark_operator["spark-operator\nPods"]:::pod
np_0_spark_operator_allow_internal{{"spark-operator-allow-internal\nIngress"}}:::policy
np_0_spark_operator_allow_internal --> spark_operator