Update Fargate maintainer info (#179)
This commit is contained in:
1
AUTHORS
1
AUTHORS
@@ -3,6 +3,7 @@ Erik St. Martin <alakriti@gmail.com>
|
||||
Jess Frazelle <acidburn@microsoft.com>
|
||||
Julien Stroheker <julienstroheker@gmail.com>
|
||||
neilpeterson <neilpeterson@outlook.com>
|
||||
Onur Filiz <onfiliz@amazon.com>
|
||||
Ria Bhatia <ria.bhatia@microsoft.com>
|
||||
Rita Zhang <rita.z.zhang@gmail.com>
|
||||
Robbie Zhang <junjiez@microsoft.com>
|
||||
|
||||
@@ -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).
|
||||
|
||||
@@ -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, )
|
||||
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user