...
Overview of the running system
...
Code Block |
---|
> kubectl get services --namespace=onap | grep portal
portal-app LoadBalancer 10.43.141.57 10.0.0.8 8989:30215/TCP,8006:30213/TCP,8010:30214/TCP 5d
portal-cassandra ClusterIP 10.43.158.145 <none> 9160/TCP,7000/TCP,7001/TCP,7199/TCP,9042/TCP 5d
portal-db ClusterIP 10.43.192.65 <none> 3306/TCP 5d
portal-sdk ClusterIP 10.43.24.82 <none> 8990/TCP 5d
portal-widget ClusterIP 10.43.101.233 <none> 8082/TCP 5d
portal-zookeeper ClusterIP 10.43.0.82 <none> 2181/TCP 5d |
Healthchecks
Verify that the portal healtcheck passes by the robot framework:
...