| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Machine Controller Manager (MCM) manages VMs as another kubernetes custom resource. It provides a declarative way to manage VMs. The current implementation supports AWS, GCP, Azure, Openstack, Packet and Alicloud. It can easily be extended to support other cloud providers as well.
Example of managing machine:
kubectl create/get/delete machine vm1
This branch implements the machine-api aspect of the cluster-api project. Cluster-api is heavily under development, and this branch of MCM will implement the APIs on the best-effort basis.
Nodes/Machines/VMs are different terminologies used to represent similar things. We use these terms in the following way
See the design documentation in the /docs/design repository, please find the design doc here.
See the documentation in the /docs repository, please find the index here.
| Back | FazBrowse Home | New Git URL |