Side by side install of eBPF #1916
shankarseal
started this conversation in
General
Replies: 1 comment 1 reply
-
If eBPF-for-windows always guarantees backward compatibility, then I think we don't need to support SxS? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It can be envisioned that the eBPF core components would be deployed by the product that takes a dependency on them. Lets consider two products Prod1 and Prod2 that takes a dependency on version N and version M of eBPF core respectively. What happens on a system which has both the products installed? Do we support SxS installation of eBPF core components? Or is the latest eBPF core that gets precedence? That would mean eBPF core must be backward compatible. If we choose MSI as the installation technology for eBPF; then the MSI must have logic to ensure that a version eBPF can never supersede an existing installation with higher version.
Beta Was this translation helpful? Give feedback.
All reactions