Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: update greetings example service for easier testing #252

Merged
merged 3 commits into from
Oct 3, 2023

Conversation

JamieDanielson
Copy link
Contributor

Which problem is this PR solving?

  • Easier testing with greeting services

Short description of the changes

  • Use ClusterIP instead of LoadBalancer type in name, message, and year services to get better event telemetry in Honeycomb
  • Add simple alpine pod with curl installed to easily shell in and curl another pod from within the cluster, without

How to verify that this has the expected result

You can hit the frontend endpoint from localhost in your console with curl localhost:7777/greeting and you can hit the frontend endpoint from the alpine image with the IP address of the pod, e.g. curl 10.1.5.100:7777/greeting

@JamieDanielson JamieDanielson requested a review from a team September 28, 2023 22:02
@JamieDanielson JamieDanielson self-assigned this Sep 28, 2023
@JamieDanielson JamieDanielson added the type: documentation Improvements or additions to documentation label Sep 28, 2023
@MikeGoldsmith MikeGoldsmith merged commit 1fa24dd into main Oct 3, 2023
@MikeGoldsmith MikeGoldsmith deleted the jamie-update-greetings branch October 3, 2023 15:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants