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.

87 lines
3.7 KiB

  1. Kargo's roadmap
  2. =================
  3. ### Self deployment (pull-mode) [#320](https://github.com/kubespray/kargo/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 (kargo-cli, ansible-playbook, kpm)
  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/kargo/issues/321)
  9. ### Provisionning and cloud providers
  10. - Terraform to provision instances on **GCE, AWS, Openstack, Digital Ocean, Azure**
  11. - On AWS autoscaling, multi AZ
  12. - On Azure autoscaling, create loadbalancer [#297](https://github.com/kubespray/kargo/issues/297)
  13. - On GCE be able to create a loadbalancer automatically (IAM ?) [#280](https://github.com/kubespray/kargo/issues/280)
  14. - **TLS boostrap** support for kubelet [#234](https://github.com/kubespray/kargo/issues/234)
  15. (related issues: https://github.com/kubernetes/kubernetes/pull/20439 <br>
  16. https://github.com/kubernetes/kubernetes/issues/18112)
  17. ### Tests
  18. - Run kubernetes e2e tests
  19. - migrate to jenkins
  20. (a test is currently a deployment on a 3 node cluste, testing k8s api, ping between 2 pods)
  21. - Full tests on GCE per day (All OS's, all network plugins)
  22. - trigger a single test per pull request
  23. - single test with the Ansible version n-1 per day
  24. - Test idempotency on on single OS but for all network plugins/container engines
  25. - single test on AWS per day
  26. - test different achitectures :
  27. - 3 instances, 3 are members of the etcd cluster, 2 of them acting as master and node, 1 as node
  28. - 5 instances, 3 are etcd and nodes, 2 are masters only
  29. - 7 instances, 3 etcd only, 2 masters, 2 nodes
  30. - test scale up cluster: +1 etcd, +1 master, +1 node
  31. ### Lifecycle
  32. - Drain worker node when upgrading k8s components in a worker node. [#154](https://github.com/kubespray/kargo/issues/154)
  33. - Drain worker node when shutting down/deleting an instance
  34. ### Networking
  35. - romana.io support [#160](https://github.com/kubespray/kargo/issues/160)
  36. - Configure network policy for Calico. [#159](https://github.com/kubespray/kargo/issues/159)
  37. - Opencontrail
  38. - Canal
  39. ### High availability
  40. - (to be discussed) option to set a loadbalancer for the apiservers like ucarp/packemaker/keepalived
  41. While waiting for the issue [kubernetes/kubernetes#18174](https://github.com/kubernetes/kubernetes/issues/18174) to be fixed.
  42. ### Kargo-cli
  43. - Delete instances
  44. - `kargo vagrant` to setup a test cluster locally
  45. - `kargo azure` for Microsoft Azure support
  46. - switch to Terraform instead of Ansible for provisionning
  47. - update $HOME/.kube/config when a cluster is deployed. Optionally switch to this context
  48. ### Kargo API
  49. - Perform all actions through an **API**
  50. - Store inventories / configurations of mulltiple clusters
  51. - make sure that state of cluster is completely saved in no more than one config file beyond hosts inventory
  52. ### Addons (with kpm)
  53. Include optionals deployments to init the cluster:
  54. ##### Monitoring
  55. - Heapster / Grafana ....
  56. - **Prometheus**
  57. ##### Others
  58. ##### Dashboards:
  59. - kubernetes-dashboard
  60. - Fabric8
  61. - Tectonic
  62. - Cockpit
  63. ##### Paas like
  64. - Openshift Origin
  65. - Openstack
  66. - Deis Workflow
  67. ### Others
  68. - remove nodes (adding is already supported)
  69. - being able to choose any k8s version (almost done)
  70. - **rkt** support [#59](https://github.com/kubespray/kargo/issues/59)
  71. - Review documentation (split in categories)
  72. - **consul** -> if officialy supported by k8s
  73. - flex volumes options (e.g. **torrus** support) [#312](https://github.com/kubespray/kargo/issues/312)
  74. - Clusters federation option (aka **ubernetes**) [#329](https://github.com/kubespray/kargo/issues/329)