You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

69 lines
2.7 KiB

  1. Kubespray's roadmap
  2. =================
  3. ### Self deployment (pull-mode) [#320](https://github.com/kubespray/kubespray/issues/320)
  4. - the playbook would install and configure docker/rkt and the etcd cluster
  5. - the following data would be inserted into etcd: certs,tokens,users,inventory,group_vars.
  6. - a "kubespray" container would be deployed (kubespray-cli, ansible-playbook)
  7. - to be discussed, a way to provide the inventory
  8. - **self deployment** of the node from inside a container [#321](https://github.com/kubespray/kubespray/issues/321)
  9. ### Provisioning and cloud providers
  10. - [ ] Terraform to provision instances on:
  11. - [ ] GCE
  12. - [x] AWS (contrib/terraform/aws)
  13. - [x] Openstack (contrib/terraform/openstack)
  14. - [ ] Digital Ocean
  15. - [ ] Azure
  16. - [ ] On AWS autoscaling, multi AZ
  17. - [ ] On Azure autoscaling, create loadbalancer [#297](https://github.com/kubespray/kubespray/issues/297)
  18. - [ ] On GCE be able to create a loadbalancer automatically (IAM ?) [#280](https://github.com/kubespray/kubespray/issues/280)
  19. - [x] **TLS boostrap** support for kubelet (covered by kubeadm, but not in standard deployment) [#234](https://github.com/kubespray/kubespray/issues/234)
  20. (related issues: https://github.com/kubernetes/kubernetes/pull/20439 <br>
  21. https://github.com/kubernetes/kubernetes/issues/18112)
  22. ### Tests
  23. - [ ] Run kubernetes e2e tests
  24. - [ ] Test idempotency on single OS but for all network plugins/container engines
  25. - [ ] single test on AWS per day
  26. - [ ] test scale up cluster: +1 etcd, +1 master, +1 node
  27. - [ ] Reorganize CI test vars into group var files
  28. ### Lifecycle
  29. - [ ] Upgrade granularity: select components to upgrade and skip others
  30. ### Networking
  31. - [ ] Opencontrail
  32. - [ ] Consolidate roles/network_plugin and roles/kubernetes-apps/network_plugin
  33. ### Kubespray API
  34. - Perform all actions through an **API**
  35. - Store inventories / configurations of multiple clusters
  36. - Make sure that state of cluster is completely saved in no more than one config file beyond hosts inventory
  37. ### Addons (helm or native ansible)
  38. Include optionals deployments to init the cluster:
  39. ##### Monitoring
  40. - Heapster / Grafana ....
  41. - **Prometheus**
  42. ##### Others
  43. ##### Dashboards:
  44. - kubernetes-dashboard
  45. - Fabric8
  46. - Tectonic
  47. - Cockpit
  48. ##### Paas like
  49. - Openshift Origin
  50. - Openstack
  51. - Deis Workflow
  52. ### Others
  53. - Organize and update documentation (split in categories)
  54. - Refactor downloads so it all runs in the beginning of deployment
  55. - Make bootstrapping OS more consistent
  56. - **consul** -> if officially supported by k8s
  57. - Flex volumes options (e.g. **torrus** support) [#312](https://github.com/kubespray/kubespray/issues/312)
  58. - Clusters federation option (aka **ubernetes**) [#329](https://github.com/kubespray/kubespray/issues/329)