spring-cloud-deployer
spring-cloud-deployer copied to clipboard
Deploying a Kubernetes Stateful set using Skipper
Hello,
We have some Spring Cloud Stream applications which are stateful (Developed using Kafka Streams Binding and RocksDB).
We deploy these applications using SCDF which internally uses Skipper and Spring Cloud Deployer to make Kubernetes deployments. From what i can tell, SCDF relies completely on Spring Cloud Deployer to generate the actual manifests and perform the deployments. So, i am asking the question here.
How can i tell Spring Cloud Deployer to deploy the application as a StatefulSet on kubernetes?