...
The vFW Services are
Code Block | ||
---|---|---|
| ||
# kubectl get services -o wide NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE SELECTOR packetgen-service NodePort 10.233.29.245 <none> 2831:30831/TCP 100m app=packetgen,release=profile1 sink-service NodePort 10.233.16.112 <none> 667:30667/TCP 100m app=sink,release=profile1 |
...
Deployments for the vFW are:
Code Block | collapse | true
---|
# kubectl get deployments -o wide NAME DESIRED CURRENT UP-TO-DATE AVAILABLE AGE CONTAINERS IMAGES SELECTOR profile1-firewall 1 1 1 1 100m firewall virtlet.cloud/ubuntu/16.04:latest app=firewall,release=profile1 profile1-packetgen 1 1 1 1 100m packetgen virtlet.cloud/ubuntu/16.04:latest app=packetgen,release=profile1 profile1-sink 1 1 1 1 100m sink,darkstat rtsood/onap-vfw-demo-sink:0.2.0,electrocucaracha/darkstat:latest app=sink,release=profile1 |
...