Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for CNIP (0.02 sec)

  1. architecture/ambient/ztunnel-cni-lifecycle.md

    ## High level overview
    
    At a high level, the relevant components look as such:
    
    ```mermaid
    flowchart TD
        CNIP["CNI Plugin"]
        CNI["CNI Agent"]
        Z["Ztunnel"]
        Pods["Pods"]
        CNI --Programs--> Z
        CNI --Watches--> Pods
        Z --Runs Within--> Pods
        CNIP --Calls--> CNI
    ```
    
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Wed Jul 17 23:10:17 UTC 2024
    - 9.4K bytes
    - Viewed (0)
Back to top