Please check from Introduction and guides#Installingthenear-RTRIC → Installing the near-RT RIC

# Kubectl commads:

$ kubectl get pods -n nampespace - gets a list of Pods running

$ kubectl get logs -n namespace name_of_running_pod

kubectl get pods -n ricxapp

#  View logs...

$ kubectl logs -n ricxapp <name of POD retrieved from statement above>