diff options
| author | Justin Santa Barbara <justin@fathomdb.com> | 2017-05-09 07:29:06 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-05-09 07:29:06 -0700 |
| commit | 29af96a45c5ef9220d1ffb0a9e8ee9d00718aff2 (patch) | |
| tree | 6aff7b6e1781eea3b5e4edc0df3f321873f64ddb | |
| parent | 86c7c03a1717360a6b6893f410ef627d46b4ae2a (diff) | |
| parent | 79f6df8fc33908a71da373a988f26139e23d78cf (diff) | |
Merge pull request #137 from kris-nova/2017-goals
Adding first stab at goals for 2017
| -rw-r--r-- | sig-aws/2017_goals.md | 26 |
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. |
