You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-20Lines changed: 8 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,22 +4,6 @@
4
4
5
5

6
6
7
-
---
8
-
9
-
# CNI at KubeCon / CloudNativeCon
10
-
11
-
The CNI maintainers are hosting two sessions at KubeCon / CloudNativeCon 2019:
12
-
13
-
-[Introduction to CNI](https://kccncna19.sched.com/event/Uaif/introduction-to-cni-the-container-network-interface-project-bryan-boreham-weaveworks-dan-williams-red-hat)
14
-
-[CNI deep dive](https://kccncna19.sched.com/event/Uaga/deep-dive-cni-bryan-boreham-weaveworks-dan-williams-red-hat)
15
-
16
-
---
17
-
18
-
# CNI Slack
19
-
20
-
The CNI slack has been sunsetted - please join us in #cni and #cni-dev on the [CNCF slack](https://slack.cncf.io/)
21
-
22
-
23
7
---
24
8
25
9
# CNI - the Container Network Interface
@@ -35,6 +19,11 @@ As well as the [specification](SPEC.md), this repository contains the Go source
35
19
The template code makes it straight-forward to create a CNI plugin for an existing container networking project.
36
20
CNI also makes a good framework for creating a new container networking project from scratch.
37
21
22
+
Here are the recordings of two sessions that the CNI maintainers hosted at KubeCon/CloudNativeCon 2019:
23
+
24
+
-[Introduction to CNI](https://youtu.be/YjjrQiJOyME)
25
+
-[CNI deep dive](https://youtu.be/zChkx-AB5Xc)
26
+
38
27
## Why develop CNI?
39
28
40
29
Application containers on Linux are a rapidly evolving area, and within this area networking is not well addressed as it is highly environment-specific.
@@ -221,8 +210,7 @@ binary; as this is a developer tool we suggest you build it yourself.
221
210
222
211
## Contact
223
212
224
-
For any questions about CNI, please reach out on the mailing list:
213
+
For any questions about CNI, please reach out via:
0 commit comments