sigs.k8s.io/cluster-api@v1.7.1/docs/book/src/reference/providers.md (about)

     1  # Provider Implementations
     2  
     3  The code in this repository is independent of any specific deployment environment.
     4  Provider specific code is being developed in separate repositories, some of which
     5  are also sponsored by SIG Cluster Lifecycle. Check provider's documentation for
     6  updated info about which API version they are supporting.
     7  
     8  ## Bootstrap
     9  - [Amazon Elastic Kubernetes Service (EKS)](https://github.com/kubernetes-sigs/cluster-api-provider-aws/tree/main/bootstrap/eks)
    10  - [Kubeadm](https://github.com/kubernetes-sigs/cluster-api/tree/main/bootstrap/kubeadm)
    11  - [MicroK8s](https://github.com/canonical/cluster-api-bootstrap-provider-microk8s)
    12  - [Oracle Cloud Native Environment (OCNE)](https://github.com/verrazzano/cluster-api-provider-ocne)
    13  - [Talos](https://github.com/siderolabs/cluster-api-bootstrap-provider-talos)
    14  - [K3s](https://github.com/cluster-api-provider-k3s/cluster-api-k3s)
    15  - [k0smotron/k0s](https://github.com/k0sproject/k0smotron)
    16  
    17  ## Control Plane
    18  - [Kubeadm](https://github.com/kubernetes-sigs/cluster-api/tree/main/controlplane/kubeadm)
    19  - [MicroK8s](https://github.com/canonical/cluster-api-control-plane-provider-microk8s)
    20  - [Nested](https://github.com/kubernetes-sigs/cluster-api-provider-nested)
    21  - [Oracle Cloud Native Environment (OCNE)](https://github.com/verrazzano/cluster-api-provider-ocne)
    22  - [Talos](https://github.com/siderolabs/cluster-api-control-plane-provider-talos)
    23  - [Kamaji](https://github.com/clastix/cluster-api-control-plane-provider-kamaji)
    24  - [K3s](https://github.com/cluster-api-provider-k3s/cluster-api-k3s)
    25  - [k0smotron/k0s](https://github.com/k0sproject/k0smotron)
    26  
    27  ## Infrastructure
    28  - [AWS](https://cluster-api-aws.sigs.k8s.io/)
    29  - [Azure](https://github.com/kubernetes-sigs/cluster-api-provider-azure)
    30  - [Azure Stack HCI](https://github.com/microsoft/cluster-api-provider-azurestackhci)
    31  - [Bring Your Own Host (BYOH)](https://github.com/vmware-tanzu/cluster-api-provider-bringyourownhost)
    32  - [CloudStack](https://github.com/kubernetes-sigs/cluster-api-provider-cloudstack)
    33  - [CoxEdge](https://github.com/coxedge/cluster-api-provider-coxedge)
    34  - [DigitalOcean](https://github.com/kubernetes-sigs/cluster-api-provider-digitalocean)
    35  - [Equinix Metal (formerly Packet)](https://github.com/kubernetes-sigs/cluster-api-provider-packet)
    36  - [Google Cloud Platform (GCP)](https://cluster-api-gcp.sigs.k8s.io/)
    37  - [Hetzner](https://github.com/syself/cluster-api-provider-hetzner)
    38  - [Hivelocity](https://github.com/hivelocity/cluster-api-provider-hivelocity)
    39  - [IBM Cloud](https://github.com/kubernetes-sigs/cluster-api-provider-ibmcloud)
    40  - [KubeKey](https://github.com/kubesphere/kubekey)
    41  - [KubeVirt](https://github.com/kubernetes-sigs/cluster-api-provider-kubevirt)
    42  - [MAAS](https://github.com/spectrocloud/cluster-api-provider-maas)
    43  - [Metal3](https://github.com/metal3-io/cluster-api-provider-metal3)
    44  - [Microvm](https://github.com/weaveworks-liquidmetal/cluster-api-provider-microvm)
    45  - [Nested](https://github.com/kubernetes-sigs/cluster-api-provider-nested)
    46  - [Nutanix](https://github.com/nutanix-cloud-native/cluster-api-provider-nutanix)
    47  - [Oracle Cloud Infrastructure (OCI)](https://github.com/oracle/cluster-api-provider-oci)
    48  - [OpenStack](https://github.com/kubernetes-sigs/cluster-api-provider-openstack)
    49  - [Outscale](https://github.com/outscale/cluster-api-provider-outscale)
    50  - [Proxmox](https://github.com/ionos-cloud/cluster-api-provider-proxmox)
    51  - [Sidero](https://github.com/siderolabs/sidero)
    52  - [Tinkerbell](https://github.com/tinkerbell/cluster-api-provider-tinkerbell)
    53  - [vcluster](https://github.com/loft-sh/cluster-api-provider-vcluster)
    54  - [Virtink](https://github.com/smartxworks/cluster-api-provider-virtink)
    55  - [VMware Cloud Director](https://github.com/vmware/cluster-api-provider-cloud-director)  
    56  - [vSphere](https://github.com/kubernetes-sigs/cluster-api-provider-vsphere)
    57  - [k0smotron RemoteMachine (SSH)](https://github.com/k0sproject/k0smotron)
    58  
    59  ## IP Address Management (IPAM)
    60  - [In Cluster](https://github.com/kubernetes-sigs/cluster-api-ipam-provider-in-cluster)
    61  
    62  ## Addon
    63  - [Helm](https://github.com/kubernetes-sigs/cluster-api-addon-provider-helm/)
    64  
    65  ## API Adopters
    66  
    67  Following are the implementations managed by third-parties adopting the standard cluster-api and/or machine-api being developed here.
    68  
    69  * [Gardener Machine controller manager](https://github.com/gardener/machine-controller-manager/tree/cluster-api)
    70  * [Kubermatic machine controller](https://github.com/kubermatic/machine-controller)
    71  * [OpenShift Machine API Operator](https://github.com/openshift/machine-api-operator)