We're sorry but this app doesn't work properly without JavaScript enabled. Please enable it to continue.

This lesson's interactive features are locked, please to keep using them

Crawler Service

Finally, let's add a service for our crawler application. Just like the api service will need to be available to the front-end (which is served to a client outside the cluster), the crawler service will need to be available to the api service (internal to the cluster only).

Assignment

You know how to do this by now! Create a new service called crawler-service. Make sure it targets the proper crawler pods. It should be a default ClusterIP service type because it's only needed internally.

Keep the other configurations consistent with the other services.

When your service is live, run:

kubectl proxy

Run and submit the CLI tests.