

0 / 2 embers
0 / 3000 xp
click for more info
Complete a lesson to start your streak
click for more info
Difficulty: 3
click for more info
Not enough gems
Cost: 6 gems
1: Services
incomplete
2: Service Types
incomplete
3: API Service
incomplete
4: Crawler Service
incomplete
5: Change API Service
incomplete
This lesson's interactive features are locked, please to keep using them
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).
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.