kubectl create ns helloworld kubectl apply -f helloworld-deployment.yaml --namespace=helloworld kubectl create -f helloworld-service.yaml --namespace=helloworld ...
Now if you run this code in the browser (http://127.0.0.1:4000/), you will be able to query the router and you will see the payload logged in the terminal by the ...