nimbess / nimbess-agent

Nimbess SDN Controller
Apache License 2.0
2 stars 7 forks source link

Sharing information between bess and nimbess agent (or learning/slow path) #10

Open kot-begemot-uk opened 5 years ago

kot-begemot-uk commented 5 years ago

Apologies if I have misunderstood something.

Presently, bess config in the k8s directory is:

  containers:
    - name: bess
      image: nimbess/bess

And nimbess is:

Unless I am missing something they both need an extra shared mount to exchange information via unix-domain sockets as used in the bess UnixSocketPort?

trozet commented 5 years ago

I think you are right once we move to unix socket. Right now it's all TCP. See: https://github.com/nimbess/nimbess-agent/blob/master/pkg/drivers/bess/bess.go#L61

We can keep this issue open for tracking the fix for using unix socket instead.