Skip to content

Commit 2d718a3

Browse files
AndreaBozzoclaude
andcommitted
Update .gitignore and core/Readme.md based on PR feedback
- Remove unused entries from .gitignore as requested - Update core/Readme.md to reflect only existing components - Remove references to non-implemented Loadbalancer, Maps, and XDP components 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 83ec6a6 commit 2d718a3

2 files changed

Lines changed: 0 additions & 6 deletions

File tree

.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -172,9 +172,6 @@ skbuff.rs
172172
admission-webhook.yaml
173173
certificate-manager.yaml
174174
client-deployment.yaml
175-
dns-deployment.yaml
176-
proxy-injector.yaml
177-
core/src/components/conntracker/src/bindings.rs
178175

179176
# Claude AI assistant working files
180177
CLAUDE.md

core/Readme.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,4 @@ If you're interested or have any questions, feel free to contact:
2121
| **Identity** | User Space program that uses Conntracker component and displays active connections in the cluster | - [[92]](https://github.com/CortexFlow/CortexBrain/issues/92) <br> - [Core](https://github.com/CortexFlow/CortexBrain/milestone/1)
2222
| **Metrics_tracer** | Kernel Space program that collects the main CortexBrain metrics collectors | - [[91]](https://github.com/CortexFlow/CortexBrain/issues/78) <br> - [Core](https://github.com/CortexFlow/CortexBrain/milestone/1)
2323
| **Metrics** | User Space implementation of the metrics_tracer BPF scripts. The metrics crate also aggregates, stores, and hosts the main data processing functions | - [[91]](https://github.com/CortexFlow/CortexBrain/issues/78) <br> - [Core](https://github.com/CortexFlow/CortexBrain/milestone/1)
24-
| **Loadbalancer** | User space component. One of the core functionalities. The load balancer uses XDP, Maps, and Identity to distribute traffic across multiple backends in the cluster using optimized load balancing techniques | - [[91]](https://github.com/CortexFlow/CortexBrain/issues/91) <br> - [[Core]](https://github.com/CortexFlow/CortexBrain/milestone/1)
25-
| **Maps** | Contains all the BPF maps used in the XDP component | /
26-
| **XDP** | Kernel Space program that operates in the XDP hook to filter traffic and apply access policies in the cluster | - [[91]](https://github.com/CortexFlow/CortexBrain/issues/91) <br> - [Core](https://github.com/CortexFlow/CortexBrain/milestone/1)
2724

0 commit comments

Comments
 (0)