Ver Fonte

Merge pull request #22 from eyakubovich/master

Spell out Kubernetes in README.md
Eugene Yakubovich há 10 anos atrás
pai
commit
d156fc8e2f
1 ficheiros alterados com 2 adições e 2 exclusões
  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.