The Video: AAF Agent Configuration: demo AAF-Hello
The demo uses a combo of Aliases and Functions in AAF OOM's .bash_aliases. These elements used are included here in case it is helpful.
...
# Get the Description of Hello
kdesc $(ohello)
kubectl -n onap describe pod $POD $*
# Ensure Hello has (replicas) running - use to turn on/off
oscale
kubectl -n onap scale --replicas=$2 deployment.extensions/frankfurt-aaf-hello
...