From 2ffd18df9f3d86e81cd148d6c046e60c45e6b2b3 Mon Sep 17 00:00:00 2001 From: Onur Filiz Date: Sun, 29 Apr 2018 12:02:21 -0700 Subject: [PATCH] Update Fargate maintainer info (#179) --- AUTHORS | 1 + CONTRIBUTING.md | 16 ++++++---------- ISSUE_TEMPLATE.md | 4 ++-- README.md | 9 ++++++++- 4 files changed, 17 insertions(+), 13 deletions(-) diff --git a/AUTHORS b/AUTHORS index 7bfab6d9d..16e17f589 100644 --- a/AUTHORS +++ b/AUTHORS @@ -3,6 +3,7 @@ Erik St. Martin Jess Frazelle Julien Stroheker neilpeterson +Onur Filiz Ria Bhatia Rita Zhang Robbie Zhang diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 010d67c78..ee4f58be8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -7,7 +7,7 @@ accepted. If you are providing provider support for the Virtual Kubelet then we have to jump through some legal hurdles first. -The [Microsoft CLA](https://cla.microsoft.com/) must be signed by all +The [CNCF CLA](https://github.com/kubernetes/community/blob/master/CLA.md) must be signed by all contributors. Please fill out either the individual or corporate Contributor License Agreement (CLA). Once you are CLA'ed, we'll be able to accept your pull requests. @@ -38,6 +38,10 @@ Eric St. Martin (st.erik@microsoft.com) Robbie Zhang (junjiez@microsoft.com) +**AWS Fargate** + +Onur Filiz (onfiliz@amazon.com) + **Hyper.sh** Harry Zhang (harryzhang@zju.edu.cn) @@ -105,14 +109,6 @@ git remote add upstream git@github.com:virtual-kubelet/virtual-kubelet.git ``` 3. Submit a pull request. -Your pull request will be reviewed according to the process defined in -[reviewing.md](./reviewing.md). - ## Code of conduct -This project has adopted the -[Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). -For more information see the -[Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq) or -contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any -additional questions or comments. +Virtual Kubelet follows the [CNCF Code of Conduct](https://github.com/cncf/foundation/blob/master/code-of-conduct.md). diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md index a3f3be6c9..107b79288 100644 --- a/ISSUE_TEMPLATE.md +++ b/ISSUE_TEMPLATE.md @@ -3,11 +3,11 @@ ### Environment summary -Provider (e.g. Azure, Hyper) +Provider (e.g. ACI, AWS Fargate, Hyper) Version (e.g. 0.1, 0.2-beta) -K8s Master Info (e.g. AKS, ACS, Bare Metal) +K8s Master Info (e.g. AKS, ACS, Bare Metal, EKS) Install Method (e.g. Helm Chart, ) diff --git a/README.md b/README.md index 4c35c5126..4d2723410 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ # Virtual Kubelet -Virtual Kubelet is an open source [Kubernetes kubelet](https://kubernetes.io/docs/reference/generated/kubelet/) implementation that masquerades as a kubelet for the purposes of connecting Kubernetes to other APIs. This allows the nodes to be backed by other services like ACI, Hyper.sh, AWS, etc. This connector features a pluggable architecture and direct use of Kubernetes primitives, making it much easier to build on. +Virtual Kubelet is an open source [Kubernetes kubelet](https://kubernetes.io/docs/reference/generated/kubelet/) +implementation that masquerades as a kubelet for the purposes of connecting Kubernetes to other APIs. +This allows the nodes to be backed by other services like ACI, AWS Fargate, Hyper.sh, etc. +Virtual Kubelet features a pluggable architecture and direct use of Kubernetes primitives, making it much easier to build on. We invite the Kubernetes ecosystem to join us in empowering developers to build upon our base. Join our slack channel named, virtual-kubelet, within the [Kubernetes slack group](https://kubernetes.slack.com/). @@ -16,6 +19,7 @@ The best description is "Kubernetes API on top, programmable back." * [Usage](#usage) * [Providers](#providers) + [Azure Container Instances Provider](#azure-container-instances-provider) + + [AWS Fargate Provider](#aws-fargate-provider) + [Hyper.sh Provider](#hypersh-provider) + [Adding a New Provider via the Provider Interface](#adding-a-new-provider-via-the-provider-interface) * [Testing](#testing) @@ -123,6 +127,9 @@ See the [ACI Readme](providers/azure/README.md) ### AWS Fargate Provider +[AWS Fargate](https://aws.amazon.com/fargate/) is a technology that allows you to run containers +without having to manage servers or clusters. + The AWS Fargate provider allows you to deploy pods to [AWS Fargate](https://aws.amazon.com/fargate/). Your pods on AWS Fargate have access to VPC networking with dedicated ENIs in your subnets, public IP addresses to connect to the internet, private IP addresses to connect to your Kubernetes cluster,