-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Add kubernetes example for hotrod app #3645
Conversation
Codecov Report
@@ Coverage Diff @@
## main #3645 +/- ##
==========================================
- Coverage 96.50% 96.42% -0.09%
==========================================
Files 267 264 -3
Lines 15653 15509 -144
==========================================
- Hits 15106 14954 -152
- Misses 457 465 +8
Partials 90 90
Continue to review full report at Codecov.
|
Signed-off-by: Brandon High <highb@users.noreply.github.com>
Signed-off-by: Brandon High <highb@users.noreply.github.com>
Also reduces the cpu/memory limits as they were excessive initially. Signed-off-by: Brandon High <highb@users.noreply.github.com>
Signed-off-by: Brandon High <highb@users.noreply.github.com>
Signed-off-by: Brandon High <highb@users.noreply.github.com>
Signed-off-by: Brandon High <highb@users.noreply.github.com>
Signed-off-by: Brandon High <highb@users.noreply.github.com>
Co-authored-by: Yuri Shkuro <yurishkuro@users.noreply.github.com> Signed-off-by: Brandon High <highb@users.noreply.github.com>
Signed-off-by: Brandon High <highb@users.noreply.github.com>
Co-authored-by: Yuri Shkuro <yurishkuro@users.noreply.github.com> Signed-off-by: Brandon High <highb@users.noreply.github.com>
Signed-off-by: Brandon High <highb@users.noreply.github.com>
Signed-off-by: Brandon High <highb@users.noreply.github.com>
Signed-off-by: Brandon High <highb@users.noreply.github.com>
@joe-elliott I assume you work with k8s, can you give this one a spin to validate? |
Thanks, @highb. If people find issues with these instructions, prepare to be tagged :-) |
* Add kubernetes example for hotrod app Signed-off-by: Brandon High <highb@users.noreply.github.com> * Remove grafana-agent optional configuration Signed-off-by: Brandon High <highb@users.noreply.github.com> * Add redis container to kubernetes deployment example Also reduces the cpu/memory limits as they were excessive initially. Signed-off-by: Brandon High <highb@users.noreply.github.com> * Move kubernetes example into hotrod/kubernetes Signed-off-by: Brandon High <highb@users.noreply.github.com> * Add jaeger all-in-one to kubernetes example Signed-off-by: Brandon High <highb@users.noreply.github.com> * Add one-liner for port-forward to see traces Signed-off-by: Brandon High <highb@users.noreply.github.com> * Tracing port needs to be UDP not TCP Signed-off-by: Brandon High <highb@users.noreply.github.com> * Update examples/hotrod/README.md Co-authored-by: Yuri Shkuro <yurishkuro@users.noreply.github.com> Signed-off-by: Brandon High <highb@users.noreply.github.com> * Move up kubernetes section in hotrod example README Signed-off-by: Brandon High <highb@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Yuri Shkuro <yurishkuro@users.noreply.github.com> Signed-off-by: Brandon High <highb@users.noreply.github.com> * Add cleanup to k8s example READMEs Signed-off-by: Brandon High <highb@users.noreply.github.com> * Remove redis from hotrod example Signed-off-by: Brandon High <highb@users.noreply.github.com> * Use pod local/localhost for jaeger-all-in-one Signed-off-by: Brandon High <highb@users.noreply.github.com> Co-authored-by: Yuri Shkuro <yurishkuro@users.noreply.github.com> Signed-off-by: Albert Teoh <see.kwang.teoh@gmail.com>
Which problem is this PR solving?
hotrod
app in any k8s cluster for demo and testing purposes.Short description of the changes
hotrod
app by itself. Can be used withkustomize
out of the box or the manifests can be applied directly to your cluster.