...
Code Block |
---|
$ kubectl exec -it $(kubectl get pods -n onap | grep dev-aai-resources | awk '{print $1}') /bin/bash |
From the resources container you can look at logs to see application status, or send requests via curl to test the API.
...
Code Block |
---|
$ kubectl exec -it $(kubectl get pods -n onap | grep dev-aai-resources | awk '{print $1}') /bin/bash |
From the resources container you can look at logs to see application status, or send requests via curl to test the API.