feat: implement drill planning & execution engine with Kubernetes support, recovery flow, and demo enhancements#4
Merged
Merged
Conversation
- Added DrillsHandler to manage drill-related HTTP routes. - Implemented endpoints for planning, running, aborting, and retrieving drill runs. - Introduced DrillRun and DrillStep models for storing drill execution data. - Created Engine to handle drill execution logic, including state management and action execution. - Added ScaleDeploymentAction and NetworkPolicyAction for specific drill actions. - Implemented database storage for drill runs and steps, including schema updates.
…64 fields and add tests for null handling
… for drill sessions
… network cut, and traffic spike
…dation for drill execution
…oved stability feat(drills): add action factories for PodScaleUp and PodScaleDown to enhance drill capabilities
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.
Implements drill planning and execution API with an enhanced drill engine supporting Kubernetes targets and runtime state management. Adds recovery functionality and new action factories including service brownout scenarios. Updates telemetry ServiceMetric struct to support optional float values. Refactors demo mode constants and improves simulation capabilities.