Containers

What container network standards or architectures are you familiar with?

Difficulty: unrated

Source: bregman-arie/devops-exercises by Arie Bregman

Answer

CNM (Container Network Model):

  • Requires distrubited key value store (like etcd for example) for storing the network configuration
  • Used by Docker CNI (Container Network Interface):
  • Network configuration should be in JSON format