30x / project-management

Tasks not specific to a given project, exploratory stuff and project management
0 stars 0 forks source link

Define network policy wiring pattern #117

Closed whitlockjc closed 8 years ago

whitlockjc commented 8 years ago

Now that we've got network isolation protoyped and ready to go, we need to design the official pattern for wiring these things together. Since NetworkPolicy objects use label selectors to wire things up, we need to agree upon the label names and values we will use to make this happen.

noahdietz commented 8 years ago

We need one label that every namespace will contain. This will be used by theNetworkPolicy ingress to filter pod traffic

mpnally commented 8 years ago

Can the label be simply name and the value is the name of the namespace? Why introduce any new concepts?

noahdietz commented 8 years ago

@mpnally sounds good to me