Deprecate the term "Ubernetes" in documentation.

This commit is contained in:
Quinton Hoole
2016-07-06 14:14:25 -07:00
parent c8c918ad98
commit 24578658a2
2 changed files with 13 additions and 9 deletions
+7 -3
View File
@@ -31,9 +31,13 @@ performance. The healthz container provides a single health check endpoint while
## Kubernetes Federation (Multiple Zone support)
The 1.3 release introduced Federation (Ubernetes) support for multisite Kubernetes installations. There are
DNS changes introduced that will allow the lookup of services using a six part DNS name.
See [Federation docs](/docs/admin/multiple-zones/) for more details on multiple site support.
Release 1.3 introduced Cluster Federation support for multi-site
Kubernetes installations. This required some minor
(backward-compatible) changes to the way
the Kubernetes cluster DNS server processes DNS queries, to facilitate
the lookup of federated services (which span multiple Kubernetes clusters).
See the [Cluster Federation Administrators' Guide](/docs/admin/federation/index.md) for more
details on Cluster Federation and multi-site support.
## References