cartography icon indicating copy to clipboard operation
cartography copied to clipboard

feat: Add kubernetes ingress support

Open ishaanverma opened this issue 1 month ago • 0 comments

Summary

Describe your changes.

Add support for ingesting kubernetes ingress objects and creating a relationship that maps (:KubernetesIngress)-[:TARGETS]->(:KubernetesService)

Related issues or links

Include links to relevant issues or other pages.

  • https://github.com/cartography-cncf/cartography/issues/...

Checklist

Provide proof that this works (this makes reviews move faster). Please perform one or more of the following:

  • [x] Update/add unit or integration tests.
  • [ ] Include a screenshot showing what the graph looked like before and after your changes.
  • [ ] Include console log trace showing what happened before and after your changes.

If you are changing a node or relationship:

If you are implementing a new intel module:

  • [ ] Use the NodeSchema data model.

  • [ ] Confirm that the linter actually passes (submitting a PR where the linter fails shows reviewers that you did not test your code and will delay your review).

ishaanverma avatar Nov 20 '25 00:11 ishaanverma