-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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 <[email protected]>
Signed-off-by: Brandon High <[email protected]>
Also reduces the cpu/memory limits as they were excessive initially. Signed-off-by: Brandon High <[email protected]>
Signed-off-by: Brandon High <[email protected]>
Signed-off-by: Brandon High <[email protected]>
Signed-off-by: Brandon High <[email protected]>
Signed-off-by: Brandon High <[email protected]>
Co-authored-by: Yuri Shkuro <[email protected]> Signed-off-by: Brandon High <[email protected]>
Signed-off-by: Brandon High <[email protected]>
Co-authored-by: Yuri Shkuro <[email protected]> Signed-off-by: Brandon High <[email protected]>
Signed-off-by: Brandon High <[email protected]>
Signed-off-by: Brandon High <[email protected]>
Signed-off-by: Brandon High <[email protected]>
@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 <[email protected]> * Remove grafana-agent optional configuration Signed-off-by: Brandon High <[email protected]> * Add redis container to kubernetes deployment example Also reduces the cpu/memory limits as they were excessive initially. Signed-off-by: Brandon High <[email protected]> * Move kubernetes example into hotrod/kubernetes Signed-off-by: Brandon High <[email protected]> * Add jaeger all-in-one to kubernetes example Signed-off-by: Brandon High <[email protected]> * Add one-liner for port-forward to see traces Signed-off-by: Brandon High <[email protected]> * Tracing port needs to be UDP not TCP Signed-off-by: Brandon High <[email protected]> * Update examples/hotrod/README.md Co-authored-by: Yuri Shkuro <[email protected]> Signed-off-by: Brandon High <[email protected]> * Move up kubernetes section in hotrod example README Signed-off-by: Brandon High <[email protected]> * Apply suggestions from code review Co-authored-by: Yuri Shkuro <[email protected]> Signed-off-by: Brandon High <[email protected]> * Add cleanup to k8s example READMEs Signed-off-by: Brandon High <[email protected]> * Remove redis from hotrod example Signed-off-by: Brandon High <[email protected]> * Use pod local/localhost for jaeger-all-in-one Signed-off-by: Brandon High <[email protected]> Co-authored-by: Yuri Shkuro <[email protected]> Signed-off-by: Albert Teoh <[email protected]>
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.