Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

Latest commit

 

History

History
18 lines (14 loc) · 2.97 KB

concepts.md

File metadata and controls

18 lines (14 loc) · 2.97 KB

Table of Contents generated with DocToc

KubeFed Concepts

Concept Description
Federate Federating a set of Kubernetes clusters means, effectively creating a common interface to the pool of these clusters which can be used to deploy Kubernetes applications across those clusters.
KubeFed Kubernetes Cluster Federation enables users to federate multiple Kubernetes clusters for resources distribution, service discovery, high availability etc across multiple clusters.
Host Cluster A cluster which is used to expose the KubeFed API and run the KubeFed control plane.
Cluster Registration A cluster join the Host Cluster via command kubefedctl join.
Member Cluster A cluster which is registered with the KubeFed API and that KubeFed controllers have authentication credentials for. The Host Cluster can also be a Member Cluster.
Endpoint A resource that represents a Domain Name System (DNS) resource record.