Преглед на файлове

Merge pull request #444 from coreos/aws-docs

DOCS: Add note to AWS docs about why it might be used
Tom Denham преди 8 години
родител
ревизия
477c368959
променени са 1 файла, в които са добавени 2 реда и са изтрити 0 реда
  1. 2 0
      Documentation/aws-vpc-backend.md

+ 2 - 0
Documentation/aws-vpc-backend.md

@@ -2,6 +2,8 @@
 
 When running within an Amazon VPC, we recommend using the aws-vpc backend which, instead of using encapsulation, manipulates IP routes to achieve maximum performance. Because of this, a separate flannel interface is not created.
 
+The biggest advantage of using Flannel AWS-VPC backend is that the AWS knows about that IP. That makes it possible to setup ELB to route directly to that container.
+
 In order to run flannel on AWS we need to first create an [Amazon VPC](http://aws.amazon.com/vpc/).
 Amazon VPC enables us to launch EC2 instances into a virtual network, which we can configure via its route table.