UID: Impossible de faire un transfert de port: SOCAT n'est pas trouvé

# you need to install socat in the system 
#if you are running minikube with --vm-driver=none
sudo apt install socat
OR
yum install -y socat
Devops Captain