소스 검색

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.