masayag commented on PR #341:
URL:
https://github.com/apache/incubator-kie-kogito-serverless-operator/pull/341#issuecomment-1882826774
With recent version of the PR, it looks like this:
```
kubectl get svc,ep,pod -n sonataflow-infra -o wide -l
app=sonataflow-platform --show-labels
NAME TYPE CLUSTER-IP
EXTERNAL-IP PORT(S) AGE SELECTOR
LABELS
service/sonataflow-platform-data-index-service ClusterIP 172.30.109.125
<none> 80/TCP 34m
sonataflow.org/service=sonataflow-platform-data-index-service
app=sonataflow-platform,sonataflow.org/service=sonataflow-platform-data-index-service
service/sonataflow-platform-jobs-service ClusterIP 172.30.89.1
<none> 80/TCP 34m
sonataflow.org/service=sonataflow-platform-jobs-service
app=sonataflow-platform,sonataflow.org/service=sonataflow-platform-jobs-service
NAME ENDPOINTS AGE
LABELS
endpoints/sonataflow-platform-data-index-service 10.133.2.65:8080 34m
app=sonataflow-platform,sonataflow.org/service=sonataflow-platform-data-index-service
endpoints/sonataflow-platform-jobs-service 10.135.0.249:8080 34m
app=sonataflow-platform,sonataflow.org/service=sonataflow-platform-jobs-service
NAME READY STATUS
RESTARTS AGE IP NODE NOMINATED NODE
READINESS GATES LABELS
pod/sonataflow-platform-data-index-service-ff4db5cfc-9mb4v 1/1 Running
0 34m 10.133.2.65 ocp413-worker-0.lab.local <none>
<none>
app=sonataflow-platform,pod-template-hash=ff4db5cfc,sonataflow.org/service=sonataflow-platform-data-index-service
pod/sonataflow-platform-jobs-service-644c744bf7-nmfn2 1/1 Running
0 34m 10.135.0.249 ocp413-worker-2.lab.local <none>
<none>
app=sonataflow-platform,pod-template-hash=644c744bf7,sonataflow.org/service=sonataflow-platform-jobs-service
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]