Skip to content

NGF should not be processing resources it doesn't care about #3510

Open
@sjberman

Description

@sjberman

Describe the bug
NGF currently reads in every resource (Gateway, HTTPRoute, etc) in the system and stores in a map. It then filters the ones it cares about and builds a config. The problem with this is the CPU and memory usage will spike as many resources are created that are not relevant to us (they could be for other controller implementations).

Expected behavior
NGF should only be storing resources that are relevant to itself.

Metadata

Metadata

Assignees

No one assigned

    Labels

    area/performancePerformance relatedbugSomething isn't working

    Type

    No type

    Projects

    Status

    🆕 New

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions