Skip to content

Commit

Permalink
Update k8s supported versions and links to spring-cloud-deployer-kube…
Browse files Browse the repository at this point in the history
…rnetes. (#522)
  • Loading branch information
Corneil du Plessis authored Aug 6, 2024
1 parent 83283c5 commit 822a0ee
Showing 1 changed file with 8 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,18 @@ description: 'Compatibility with Kubernetes Versions'
# Kubernetes Compatibility

The Spring Cloud Data Flow implementation for Kubernetes uses the
[Spring Cloud Deployer
Kubernetes](https://github.com/spring-cloud/spring-cloud-deployer-kubernetes)
[Spring Cloud Deployer Kubernetes](https://github.com/spring-cloud/spring-cloud-deployer/tree/main/spring-cloud-deployer-kubernetes)
library for orchestration. Before you begin setting up a Kubernetes
cluster, see the [compatibility
matrix](https://github.com/spring-cloud/spring-cloud-deployer-kubernetes#kubernetes-compatibility)
cluster, see the [compatibility matrix](https://github.com/spring-cloud/spring-cloud-deployer/tree/main/spring-cloud-deployer-kubernetes#kubernetes-compatibilit)
to learn more about deployer and server compatibility against Kubernetes
release versions.

The following listing outlines the compatibility between Spring Cloud
Data Flow for Kubernetes Server and Kubernetes versions:

| | k8s 1.20.x | k8s 1.21.x | k8s 1.22.x | k8s 1.23.x | k8s 1.24.x | k8s 1.25.x | k8s 1.26.x | k8s 1.27.x | k8s v1.28 | k8s v1.29 |
| --------------------------------------------- | :--------: | :--------: | :--------: | :--------: | :--------: | :--------: | :--------: | :--------: | :-------: | :-------: |
| SCDF K8S Server: 2.11.x - K8S Deployer: 2.9.x | | | | | | | | | | |
| SCDF K8S Server: 2.10.x - K8S Deployer: 2.8.x | | | | | | | | | | |
| SCDF K8S Server: 2.9.x - K8S Deployer: 2.7.x | | | | `?` | `?` | | | | | |
| SCDF K8S Server: 2.8.x - K8S Deployer: 2.7.x | `?` | `?` | `?` | `?` | `?` | | | | | |
| Kubernetes Version | v1.20.x | v1.21.x | v1.22.x | v1.23.x | v1.24.x | v1.25.x | v1.26.x | v1.27.x | v1.28.x | v1.29.x | v1.39.x |
|-----------------------------------------------|:-------:|:-------:|:-------:|:-------:|:-------:|:-------:|:-------:|:-------:|:-------:|:-------:|:-------:|
| SCDF K8S Server: 2.11.x - K8S Deployer: 2.9.x |||||||| | || |
| SCDF K8S Server: 2.10.x - K8S Deployer: 2.8.x |||||||| | || |
| SCDF K8S Server: 2.9.x - K8S Deployer: 2.7.x |||| `?` | `?` ||| | || |
| SCDF K8S Server: 2.8.x - K8S Deployer: 2.7.x | `?` | `?` | `?` | `?` | `?` || | | || |

0 comments on commit 822a0ee

Please sign in to comment.