summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKris Childress <kris@nivenly.com>2016-12-02 11:37:15 -0700
committerKris Childress <kris@nivenly.com>2016-12-02 11:37:15 -0700
commit79f6df8fc33908a71da373a988f26139e23d78cf (patch)
tree4cd3ecd961ac44ca79c5b3a518f9b24ed48b0160
parentcb665ec0b5cf7a2f889e9542d3f5d0e326e4b941 (diff)
Adding first stab at goals for 2017
-rw-r--r--sig-aws/2017_goals.md26
1 files changed, 26 insertions, 0 deletions
diff --git a/sig-aws/2017_goals.md b/sig-aws/2017_goals.md
new file mode 100644
index 00000000..1199c6f9
--- /dev/null
+++ b/sig-aws/2017_goals.md
@@ -0,0 +1,26 @@
+# Kubernetes sig-aws Goals (2017)
+
+# IAM improvements
+ * We hope to offer a more seamless integration path to taking advantage of IAM roles in Kubernetes
+ * We are looking at implementations such as [kube2iam](https://github.com/jtblin/kube2iam)
+
+##### Statement
+
+Kubernetes components now have the ability to take advantage of IAM roles. The process is intuitive and easy.
+
+# Networking in AWS
+ * We hope to offer a knowledge base for networking in Kubernetes on AWS
+ * We will consolidate networking reports and metrics around Kubernetes e2e tests and grow our metric list over time
+
+##### Statement
+
+A user can go to a single public location, and see a side by side comparison of networking avenues in Kubernetes on AWS.
+
+
+# Federation
+
+* We need to improve and harden our federation support in AWS
+
+##### Statement
+
+A user can easily deploy, configure, and run a federated Kubernetes cluster across regions in AWS. There is at least 1 central knowledge base for this concern hosted within the community.