Browse Source

Merge pull request #22 from eyakubovich/master

Spell out Kubernetes in README.md
Eugene Yakubovich 10 years ago
parent
commit
d156fc8e2f
1 changed files with 2 additions and 2 deletions
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -1,9 +1,9 @@
 # Rudder
 # Rudder
 
 
 Rudder is an overlay network that gives a subnet to each machine for use with
 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
 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
 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.
 disadvantage is that the only cloud provider that can do this is GCE.