浏览代码

Merge pull request #22 from eyakubovich/master

Spell out Kubernetes in README.md
Eugene Yakubovich 10 年之前
父节点
当前提交
d156fc8e2f
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -1,9 +1,9 @@
 # Rudder
 
 Rudder is an overlay network that gives a subnet to each machine for use with
-k8s.
+Kubernetes.
 
-In k8s every machine in the cluster is assigned a full subnet. The machine A
+In Kubernetes every machine in the cluster is assigned a full subnet. The machine A
 and B might have 10.0.1.0/24 and 10.0.2.0/24 respectively. The advantage of
 this model is that it reduces the complexity of doing port mapping. The
 disadvantage is that the only cloud provider that can do this is GCE.