Skip to content

Commit

Permalink
feat(docs): Kubernetes H2 2020 roadmap (spinnaker#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
ezimanyi authored Sep 18, 2020
1 parent e8356e3 commit 03b762a
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions h2-2020-roadmap.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,35 @@ These items were pulled from discussions with the major contributors supporting
Spinnaker. It is not meant to be inclusive of all work going on in the
community, nor will all this necessarily get done in the second half of 2020.
Rather, it is meant to give a general sense of direction and priorities.

## Kubernetes

### Features/usability

- [Improve performance of dynamic accounts](https://github.com/spinnaker/governance/pull/159)
- Make Kubernetes-native install pathway
([kleat](https://github.com/spinnaker/kleat)) GA and deprecate Halyard

### Performance and scalability

- [Reduce the number of resources cached and thus the resource footprint needed by clouddriver](https://github.com/spinnaker/spinnaker/issues/5908)
- [Replace shelling to kubectl with the Kubernetes client library](https://github.com/spinnaker/spinnaker/issues/5643)

### Stability and bug fixes

- [Add easily-runnable integration tests on the Kubernetes provider](https://github.com/spinnaker/clouddriver/pull/4827)
- [Give users control over whether deployed manifests are SpEL evaluated](https://github.com/spinnaker/spinnaker/issues/5910)
- [Fix bugs with dynamic target selection](https://github.com/spinnaker/spinnaker/issues/5607)
when liveManifestCalls is enabled, and
[enable this flag by default](https://github.com/spinnaker/spinnaker/issues/5906)

### Upcoming

Much of the performance/refactor work being done currently will help enable the
items listed here.

- Surface additional Kubernetes resources in the UI (ex: autoscalers)
- Create sensible extension points for plugin developers
- Improve the story around adding CRD support, including making it easier to:
- define stability conditions for CRDs
- map CRDs to Spinnaker resources

0 comments on commit 03b762a

Please sign in to comment.