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.

93 lines
4.1 KiB

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