OTA-869: implement separate deployments with multi-layer autoscaling#1061
OTA-869: implement separate deployments with multi-layer autoscaling#1061fao89 wants to merge 1 commit into
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository: openshift/coderabbit/.coderabbit.yaml Review profile: CHILL Plan: Enterprise Run ID: ⛔ Files ignored due to path filters (2)
📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
WalkthroughThe Justfile test flow now waits for two pods— ChangesMulti-service readiness & connectivity
sequenceDiagram
participant Tester as rgba(0,128,255,0.5) Tester
participant KubeAPI as rgba(0,200,0,0.5) Kube API
participant PolicyPod as rgba(255,165,0,0.5) policy-engine Pod
participant GraphSvc as rgba(128,0,128,0.5) cincinnati-graph-builder Service
participant External as rgba(200,0,0,0.5) External Route
Tester->>KubeAPI: wait for policy-engine Ready
Tester->>KubeAPI: wait for graph-builder Ready
KubeAPI-->>Tester: pod names
Tester->>PolicyPod: kubectl exec curl localhost:8081?channel=a
PolicyPod-->>Tester: HTTP 200/response
Tester->>PolicyPod: kubectl exec curl cincinnati-graph-builder:8080
PolicyPod->>GraphSvc: HTTP request
GraphSvc-->>PolicyPod: HTTP 200/response
Tester->>External: perform external route test
External-->>Tester: external response
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes 🚥 Pre-merge checks | ✅ 12✅ Passed checks (12 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: fao89 The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
b811fac to
6fb76df
Compare
|
@fao89: This pull request references OTA-1863 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "4.22.0" version, but no target version was set. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
@fao89: This pull request references OTA-869 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the spike to target the "4.22.0" version, but no target version was set. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
- Split Cincinnati into independent graph-builder and policy-engine pods - Fix KEDA incident vulnerability by using base metrics instead of recording rules - Add HPA fallback autoscaling for resilience when KEDA unavailable - Enable 10-15x faster recovery with optimized startup probes (5s vs 300s) - Switch from localhost to Kubernetes DNS service communication - Add comprehensive incident prevention alerts and monitoring 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com> Signed-off-by: Fabricio Aguiar <fabricio.aguiar@gmail.com> rh-pre-commit.version: 2.3.2 rh-pre-commit.check-secrets: ENABLED
6fb76df to
3b39243
Compare
|
@fao89: This pull request references OTA-869 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the spike to target the "5.0.0" version, but no target version was set. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
/test cargo-test |
|
@fao89: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
🤖 Generated with Claude Code
Co-Authored-By: Claude noreply@anthropic.com
Signed-off-by: Fabricio Aguiar fabricio.aguiar@gmail.com
rh-pre-commit.version: 2.3.2
rh-pre-commit.check-secrets: ENABLED
Summary by CodeRabbit