feat(infra): add ktop Kubernetes monitoring tool#28
Open
Conversation
Implement ktop as a top-style resource monitoring tool for the k3s cluster, following the same patterns established for K9s. Added: - Makefile targets: ktop, ktop-ns, ktop-preview - Helper scripts: infra/scripts/ktop-ns.sh, infra/scripts/ktop-preview.sh - Comprehensive documentation: infra/KTOP-OPERATIONS.md - Shell aliases: infra/ktop.aliases.example.sh Updated: - CLAUDE.md: Added ktop to infrastructure tools and commands - docs/INDEX.md: Added ktop operations guide reference - infra/README.md: Added ktop to Operations & Debugging section ktop complements K9s by providing quick resource monitoring (CPU, memory) while K9s remains the primary tool for debugging and cluster operations. See: https://github.com/vladimirvivien/ktop
The client field was missing `client = models.ForeignKey(` causing an IndentationError in the CI pipeline.
Changed duplicate 'offset' parameter to 'limit' in TradingIntentRepositoryPort.list_by_client method.
Added missing 'if not client:' and 'return Response(' in
create_trading_intent view.
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.
Implement ktop as a top-style resource monitoring tool for the k3s cluster, following the same patterns established for K9s.
Added:
Updated:
ktop complements K9s by providing quick resource monitoring (CPU, memory) while K9s remains the primary tool for debugging and cluster operations.
See: https://github.com/vladimirvivien/ktop
Summary
Changes
Key changes in this PR:
Screenshots (optional)
Tests
cd apps/backend/monolith && ./bin/dj testcd apps/frontend && npm ci && npm testAdded/updated tests:
Migrations
Notes:
Backward Compatibility
Security & Data
TRADING_ENABLED=Falsein dev)Checklist
docs/DEVELOPER.md)