Merge pull request #10762 from erictune/toc

Automatic Doc Editing, with Table of Contents Generation
This commit is contained in:
Victor Marmol
2015-07-09 08:13:45 -07:00
7 changed files with 385 additions and 7 deletions

View File

@@ -1,4 +1,20 @@
# Networking in Kubernetes
**Table of Contents**
<!-- BEGIN GENERATED TOC -->
- [Networking in Kubernetes](#networking-in-kubernetes)
- [Summary](#summary)
- [Docker model](#docker-model)
- [Kubernetes model](#kubernetes-model)
- [How to achieve this](#how-to-achieve-this)
- [Google Compute Engine (GCE)](#google-compute-engine-(gce))
- [L2 networks and linux bridging](#l2-networks-and-linux-bridging)
- [Flannel](#flannel)
- [OpenVSwitch](#openvswitch)
- [Weave](#weave)
- [Calico](#calico)
- [Other reading](#other-reading)
<!-- END GENERATED TOC -->
Kubernetes approaches networking somewhat differently than Docker does by
default. There are 4 distinct networking problems to solve: