sigs.k8s.io/cluster-api@v1.6.3/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 16 ## Control Plane 17 - [Kubeadm](https://github.com/kubernetes-sigs/cluster-api/tree/main/controlplane/kubeadm) 18 - [MicroK8s](https://github.com/canonical/cluster-api-control-plane-provider-microk8s) 19 - [Nested](https://github.com/kubernetes-sigs/cluster-api-provider-nested) 20 - [Oracle Cloud Native Environment (OCNE)](https://github.com/verrazzano/cluster-api-provider-ocne) 21 - [Talos](https://github.com/siderolabs/cluster-api-control-plane-provider-talos) 22 - [Kamaji](https://github.com/clastix/cluster-api-control-plane-provider-kamaji) 23 - [K3s](https://github.com/cluster-api-provider-k3s/cluster-api-k3s) 24 25 ## Infrastructure 26 - [AWS](https://cluster-api-aws.sigs.k8s.io/) 27 - [Azure](https://github.com/kubernetes-sigs/cluster-api-provider-azure) 28 - [Azure Stack HCI](https://github.com/microsoft/cluster-api-provider-azurestackhci) 29 - [Bring Your Own Host (BYOH)](https://github.com/vmware-tanzu/cluster-api-provider-bringyourownhost) 30 - [CloudStack](https://github.com/kubernetes-sigs/cluster-api-provider-cloudstack) 31 - [CoxEdge](https://github.com/coxedge/cluster-api-provider-coxedge) 32 - [DigitalOcean](https://github.com/kubernetes-sigs/cluster-api-provider-digitalocean) 33 - [Equinix Metal (formerly Packet)](https://github.com/kubernetes-sigs/cluster-api-provider-packet) 34 - [Google Cloud Platform (GCP)](https://github.com/kubernetes-sigs/cluster-api-provider-gcp) 35 - [Hetzner](https://github.com/syself/cluster-api-provider-hetzner) 36 - [Hivelocity](https://github.com/hivelocity/cluster-api-provider-hivelocity) 37 - [IBM Cloud](https://github.com/kubernetes-sigs/cluster-api-provider-ibmcloud) 38 - [KubeKey](https://github.com/kubesphere/kubekey) 39 - [KubeVirt](https://github.com/kubernetes-sigs/cluster-api-provider-kubevirt) 40 - [MAAS](https://github.com/spectrocloud/cluster-api-provider-maas) 41 - [Metal3](https://github.com/metal3-io/cluster-api-provider-metal3) 42 - [Microvm](https://github.com/weaveworks-liquidmetal/cluster-api-provider-microvm) 43 - [Nested](https://github.com/kubernetes-sigs/cluster-api-provider-nested) 44 - [Nutanix](https://github.com/nutanix-cloud-native/cluster-api-provider-nutanix) 45 - [Oracle Cloud Infrastructure (OCI)](https://github.com/oracle/cluster-api-provider-oci) 46 - [OpenStack](https://github.com/kubernetes-sigs/cluster-api-provider-openstack) 47 - [Outscale](https://github.com/outscale/cluster-api-provider-outscale) 48 - [Proxmox](https://github.com/ionos-cloud/cluster-api-provider-proxmox) 49 - [Sidero](https://github.com/siderolabs/sidero) 50 - [Tinkerbell](https://github.com/tinkerbell/cluster-api-provider-tinkerbell) 51 - [vcluster](https://github.com/loft-sh/cluster-api-provider-vcluster) 52 - [Virtink](https://github.com/smartxworks/cluster-api-provider-virtink) 53 - [VMware Cloud Director](https://github.com/vmware/cluster-api-provider-cloud-director) 54 - [vSphere](https://github.com/kubernetes-sigs/cluster-api-provider-vsphere) 55 56 ## IP Address Management (IPAM) 57 - [In Cluster](https://github.com/kubernetes-sigs/cluster-api-ipam-provider-in-cluster) 58 59 ## Addon 60 - [Helm](https://github.com/kubernetes-sigs/cluster-api-addon-provider-helm/) 61 62 ## API Adopters 63 64 Following are the implementations managed by third-parties adopting the standard cluster-api and/or machine-api being developed here. 65 66 * [Gardener Machine controller manager](https://github.com/gardener/machine-controller-manager/tree/cluster-api) 67 * [Kubermatic machine controller](https://github.com/kubermatic/machine-controller) 68 * [OpenShift Machine API Operator](https://github.com/openshift/machine-api-operator)