kubectl get svc
once more../deployment/goof-service.yaml
we defined this as our frontend
app with type LoadBalancer
listening on the standard http
port 80
.jq
using Homebrew.GOOF_HOST
and pass the value of EXTERNAL-IP
for our goof service in one command.echo $GOOF_HOST
on the terminal command-line and see the results. We should see the a return value that matches our EXTERNAL-IP
. Next, we are going to perform a simple test to see if our application is serving requests. For this, we will run a simple curl
command and browse ./public/about.html
. Your results should look similar to the following:EXTERNAL-IP
of our LoadBalancer
as shown below: