summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandrewsykim <kim.andrewsy@gmail.com>2018-07-24 20:00:43 -0400
committerandrewsykim <kim.andrewsy@gmail.com>2018-07-26 09:40:00 -0400
commitba1810c437292acfc3db60bfb032b8a2e3ae5a47 (patch)
tree85fb492751cc656bf69c7531d4827ecac2c4b6f8
parent2d2feabc33402ce4c2dacbef6830198fd5ba13a3 (diff)
KEP for Cloud Provider DigitalOcean
-rw-r--r--keps/sig-cloud-provider/providers/0017-cloud-provider-digitalocean.md75
1 files changed, 75 insertions, 0 deletions
diff --git a/keps/sig-cloud-provider/providers/0017-cloud-provider-digitalocean.md b/keps/sig-cloud-provider/providers/0017-cloud-provider-digitalocean.md
new file mode 100644
index 00000000..60e1aad0
--- /dev/null
+++ b/keps/sig-cloud-provider/providers/0017-cloud-provider-digitalocean.md
@@ -0,0 +1,75 @@
+---
+kep-number: 17
+title: Cloud Provider DigitalOcean
+authors:
+ - "@andrewsykim"
+owning-sig: sig-cloud-provider
+reviewers:
+ - "@hogepodge"
+ - "@jagosan"
+approvers:
+ - "@andrewsykim"
+ - "@hogepodge"
+ - "@jagosan"
+editor: TBD
+creation-date: 2018-07-23
+last-updated: 2018-07-23
+status: provisional
+
+---
+
+# Cloud Provider DigitalOcean
+
+## Table of Contents
+
+* [Table of Contents](#table-of-contents)
+* [Summary](#summary)
+* [Motivation](#motivation)
+ * [Goals](#goals)
+ * [Non-Goals](#non-goals)
+* [Requirements](#requirements)
+* [Proposal](#proposal)
+
+## Summary
+
+DigitalOcean is a cloud computing platform built for developers and businesses who want a simple way to deploy & manage their infrastructure. This is a KEP proposing DigitalOcean as a cloud provider within the Kubernetes ecosystem.
+
+## Motivation
+
+### Goals
+
+* Supporting DigitalOcean within the Kubernetes ecosystem. This involves:
+ * providing an open community to promote discussions for Kubernetes on DigitalOcean
+ * providing an open environment for developing Kubernetes on DigitalOcean
+
+### Non-Goals
+
+* Using the Kubernetes ecosystem/community to onboard more users onto our platform.
+
+## Prerequisites
+
+### Repository Requirements
+
+The existing repository hosting the [DigitalOcean cloud controller manager](https://github.com/digitalocean/digitalocean-cloud-controller-manager) satisfies requirements as outlined in KEP 0002.
+
+### User Experience Reports
+
+DigitalOcean recently announced a [Kubernetes offering](https://www.digitalocean.com/products/kubernetes/). Many users have already signed up for early access. DigitalOcean is also a gold member of the CNCF.
+
+## Proposal
+
+### Subproject Leads
+
+Initially there will be one subproject lead. In the future the goal is to have 3 subproject leads.
+
+* Andrew Sy Kim (@andrewsykim)
+
+
+### Repositories
+
+Please create a repository `kubernetes/cloud-provider-digitalocean`.
+
+### Meetings
+
+TBD.
+