Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Alternatives to using name/namespace pair for fingerprint evaluation #3

Open
swatisehgal opened this issue Jun 15, 2022 · 0 comments
Open

Comments

@swatisehgal
Copy link
Contributor

swatisehgal commented Jun 15, 2022

Podfingerprint is a compact unique identifier for a set of pods running on a node but a node could have the same fingerprint if the name and namespace for the set of pods is same even if the set of pods are different (e.g. from resource perspective) at different points in time. This is could be a problem if the podfingerprint is being used to compare a set of pods with a given fingerprint.

Please refer to this for details on the scenario where this could lead to false positives when matching a fingerprint to a given set of pods.

Perhaps an alternative to this could be to use pod UID instead of name/namespace pair or taking into account resources of the pod in addition to name and namespace.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant