diff --git a/ADOPTERS.md b/ADOPTERS.md index 90f377ebc..538bef013 100644 --- a/ADOPTERS.md +++ b/ADOPTERS.md @@ -7,6 +7,7 @@ * Netflix * Hashi Corp * Admiralty +* Elotl Since end-users are specific per provider within VK we have many end-user customers that we don't have permission to list publically. Please contact ribhatia@microsoft.com for more informtation. diff --git a/README.md b/README.md index 7c0170873..370407f50 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ The best description is "Kubernetes API on top, programmable back." + [Azure Container Instances Provider](#azure-container-instances-provider) + [Azure Batch GPU Provider](https://github.com/virtual-kubelet/azure-batch/blob/master/README.md) + [AWS Fargate Provider](#aws-fargate-provider) + + [Elotl Kip](#elotl-kip) + [HashiCorp Nomad](#hashicorp-nomad-provider) + [OpenStack Zun](#openstack-zun-provider) + [Adding a New Provider via the Provider Interface](#adding-a-new-provider-via-the-provider-interface) @@ -116,6 +117,12 @@ co-exist with pods on regular worker nodes in the same Kubernetes cluster. Easy instructions and a sample configuration file is available in the [AWS Fargate provider documentation](https://github.com/virtual-kubelet/aws-fargate). Please note that this provider is not currently supported. +### Elotl Kip + +[Kip](https://github.com/elotl/kip) is a provider that runs pods in cloud instances, allowing a Kubernetes cluster to transparently scale workloads into a cloud. When a pod is scheduled onto the virtual node, Kip starts a right-sized cloud instance for the pod's workload and dispatches the pod onto the instance. When the pod is finished running, the cloud instance is terminated. + +When workloads run on Kip, your cluster size naturally scales with the cluster workload, pods are strongly isolated from each other and the user is freed from managing worker nodes and strategically packing pods onto nodes. + ### HashiCorp Nomad Provider HashiCorp [Nomad](https://nomadproject.io) provider for Virtual Kubelet connects your Kubernetes cluster diff --git a/website/data/providers.yaml b/website/data/providers.yaml index 664b9b2a4..6d9b4f44f 100644 --- a/website/data/providers.yaml +++ b/website/data/providers.yaml @@ -10,6 +10,9 @@ tag: azure-batch - name: Azure Container Instances (**ACI**) tag: azure-aci +- name: Elotl Kip + tag: kip + org: elotl - name: Kubernetes Container Runtime Interface (**CRI**) tag: cri - name: Huawei Cloud Container Instance (**CCI**)