diff --git a/README.md b/README.md index 97ae805fcc1b358cdf0452340663c18ef57bac31..42523be86d1a295e57fd73e3e8a7147b071a8c0a 100644 --- a/README.md +++ b/README.md @@ -245,7 +245,7 @@ You deployed, now what? Well, now you are going to do a bash program to constant First, check the **External IP** of the load balancer: ```bash -kubectl get service http-echo-service +kubectl get service loadbalancer ``` Then, write a shell script that sends some (at least 10) HTTP requests in a loop via `curl`.