From 7202dd73512761f31d9d44f065410cc709f81358 Mon Sep 17 00:00:00 2001 From: Ria Bhatia Date: Mon, 17 Sep 2018 13:36:49 -0700 Subject: [PATCH 1/3] vk proposal --- proposals/virtualkubelet.adoc | 66 +++++++++++++++++++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 proposals/virtualkubelet.adoc diff --git a/proposals/virtualkubelet.adoc b/proposals/virtualkubelet.adoc new file mode 100644 index 0000000..77160d4 --- /dev/null +++ b/proposals/virtualkubelet.adoc @@ -0,0 +1,66 @@ +== Virtual Kubelet + +*Name of project*: Virtual Kubelet + +*Description*: + +Virtual Kubelet(VK) is an implementation of the Kubernetes kubelet which masquerades as a node for the purposes of extending the Kubernetes node API to other services. +VK’s primary focus is for serverless services such as Azure ACI, AWS Fargate, Hyper.sh, and others where these services can be treated like any other node in a Kubernetes cluster. +It should be noted that VK is explicitly not intended to be an alternative to Kubernetes federation. + +*Sponsor / Advisor from TOC*: Alexis Richardson + +*Unique Identifier*: virtualkubelet + +*License*: ALv2 + +*Maturity Level:* Sandbox + +*Source control repositories*: + +* https://github.com/virtual-kubelet/virtual-kubelet +* https://github.com/virtual-kubelet/ +* https://virtual-kubelet.io + +*Current Core Maintainers*: + +* Robbie Zhang (Microsoft) +* Ria Bhatia (Microsoft) +* Onur Filiz (Amazon) +* Harry Zhang (Hyper.sh) +* Yaron Schneider (Microsoft) +* Jeremy Rickard (Microsoft) +* Ben Corrie (VMWare) +* Brian Goff (Microsoft) + +*Infrastructure requirements*: AWS testing, CNCF Cluster (Prow/Tide), Azure testing (future) + + +*Issue tracker*: https://github.com/virtual-kubelet/virtual-kubelet/issues + +*Mailing lists* + +* Slack: https://kubernetes.slack.com/messages/virtual-kubelet + +*Website*: http://virtual-kubelet.io - Not completed yet + +*Social media accounts*: + +* https://twitter.com/virtual-kubelet + +*Existing sponsorship*: + +* Microsoft +* Amazon +* Hyper.sh +* VMWare +* Huawei + +*Other Contributors*: https://github.com/virtual-kubelet/virtual-kubelet/graphs/contributors + +*Statement on alignment with CNCF mission*: + +Virtual Kubelet strives to work within the ecosystem of Kubernetes rather than being a replacement architecture +but we also are a standalone component that can be easily installed or deleted. Virtual Kubelet truly enables people to +extend beyond the lines of a traditional node. The VK community is growing with over 50 contributors from Microsoft, VMWare, Amazon, and more. +Release 1.0 is expected in December. From 4600cfb70baf251152b8a0185fb852af97565444 Mon Sep 17 00:00:00 2001 From: Ria Bhatia Date: Mon, 17 Sep 2018 16:15:31 -0700 Subject: [PATCH 2/3] little word edit --- proposals/virtualkubelet.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/proposals/virtualkubelet.adoc b/proposals/virtualkubelet.adoc index 77160d4..0cddd06 100644 --- a/proposals/virtualkubelet.adoc +++ b/proposals/virtualkubelet.adoc @@ -60,7 +60,7 @@ It should be noted that VK is explicitly not intended to be an alternative to Ku *Statement on alignment with CNCF mission*: -Virtual Kubelet strives to work within the ecosystem of Kubernetes rather than being a replacement architecture -but we also are a standalone component that can be easily installed or deleted. Virtual Kubelet truly enables people to +Virtual Kubelet works within the Kubernetes ecosystem rather than being a replacement architecture +but it is also are a standalone component that can be easily installed or deleted. Virtual Kubelet truly enables people to extend beyond the lines of a traditional node. The VK community is growing with over 50 contributors from Microsoft, VMWare, Amazon, and more. Release 1.0 is expected in December. From 9368905efe148ef4d35bb89e088cb81bd06545d5 Mon Sep 17 00:00:00 2001 From: Ria Bhatia Date: Wed, 10 Oct 2018 07:44:45 -0700 Subject: [PATCH 3/3] adding sponsor names --- proposals/virtualkubelet.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proposals/virtualkubelet.adoc b/proposals/virtualkubelet.adoc index 0cddd06..3a19097 100644 --- a/proposals/virtualkubelet.adoc +++ b/proposals/virtualkubelet.adoc @@ -8,7 +8,7 @@ Virtual Kubelet(VK) is an implementation of the Kubernetes kubelet which masquer VK’s primary focus is for serverless services such as Azure ACI, AWS Fargate, Hyper.sh, and others where these services can be treated like any other node in a Kubernetes cluster. It should be noted that VK is explicitly not intended to be an alternative to Kubernetes federation. -*Sponsor / Advisor from TOC*: Alexis Richardson +*Sponsor / Advisor from TOC*: Alexis Richardson and Quinton Hoole *Unique Identifier*: virtualkubelet