Cluster �& Native Service Management
Cloud Computing
Cloud computing[1] is the on-demand availability of computer system resources, especially data storage (cloud storage) and computing power, without direct active management by the user.
Data Center Topology
What is Machine?
What is a cluster?
A computer cluster is a set of computers that work together so that they can be viewed as a single system. Unlike grid computers, computer clusters have each node set to perform the same task, controlled and scheduled by software.
How is cluster management different?
What is native service?
The page "Cloud native service" does not exist. You can create a draft and submit it for review, but consider checking the search results below to see whether the topic is already covered.
Cluster and Native Service Management System
Concepts
| BORG | AUTOPILOT | KUBERNETES |
Management Scope | Cell | Cluster | Cluster |
Control Plane | BorgMaster | Autopilot | KubeMaster |
Data Plane | Borglet | Client Services | Kubelet |
Workload | Job | Machine Type | ReplicaSet |
Workload Instance | Task(single container) | Machine | Pod(multi-container) |
Node | Node | Physical Machine | Node |
Tenant | N/A | Environment | Namespace |
Interface
Workload Lifecycle
Borg
Kubernetes
Autopilot
Availability Constraint
Priority and Quota
Service Discovery
Workload Failure Detection
Node Failure Detection
Healing
Monitoring
Architecture – Control Plane
Architecture – Control Plane
Architecture – Control Plane
Architecture – Control Plane Scalability
Architecture – Data Plane