Skip to content

Instantly share code, notes, and snippets.

@dtornow
Last active January 15, 2021 14:04
Show Gist options
  • Save dtornow/37bb72fbf3964f17ab1daaa1c5f157e9 to your computer and use it in GitHub Desktop.
Save dtornow/37bb72fbf3964f17ab1daaa1c5f157e9 to your computer and use it in GitHub Desktop.

For each Node N, Daemon D, Pod P, and Container C of P

  • if N hosts D and N hosts P and P's address is a and C listens on port p then
    • if there is a Send Event observed at D with a target-address a and a target-port p then
      • there is a Recv Event observed at C with a target-address a and a target-port p
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment