new article that demonstrates deploying gRPC applications on ROSA #934
Draft
kmcolli wants to merge 16 commits into
Draft
new article that demonstrates deploying gRPC applications on ROSA #934kmcolli wants to merge 16 commits into
kmcolli wants to merge 16 commits into
Conversation
… AWS ALB native gRPC support, WAF integration, and Istio Service Mesh using IP-based target groups for both AWS GovCloud and Commercial Cloud environments.
✅ Deploy Preview for rh-cloud-experts ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds comprehensive guide for deploying gRPC applications on ROSA with AWS Application Load Balancer (ALB) and Web Application Firewall (WAF) protection using Red Hat
OpenShift Service Mesh.
What's New
Why This Matters
Organizations deploying gRPC applications on ROSA often face a critical challenge: they need AWS WAF protection (which requires ALB), but configuring ALB to properly
support gRPC has been unclear. This guide solves that problem by documenting the proven architecture that enables:
Key Technical Insights
The guide reveals that AWS ALB's native gRPC support (available since 2020) requires:
What's Covered
Validation
Target Audience