Getting an exception during deployning nodejs app provided by okteto

i’m tryning to perform
$ okteto deploy --build
(of cuz repo has been pulled from
GitHub - okteto/node-getting-started: Develop Node.js Apps in Kubernetes with Okteto)
but always get an exception like
bash: kubectl: command not found
x Error executing command ‘kubectl apply -f k8s.yml’: exit status 127
what am i doing wrong?

Hi @ppincet !

To follow that tutorial from the CLI you’ll need to have kubectl installed. You can follow their official documentation here

Another alternative could be to sign into cloud.okteto.com and deploy from the UI