Is there a way to get unversioned app name in SCDF 2.9.X using skipper 2.8.x in CloudFoundry? With the current deployment in PCF, everytime we update/re-deploy a stream Skipper adds a -v#. This while great for blue/green sort of deployment, brings some challenge w.r.t monitoring. Is there a way to get consistent app name when we do a deployment using skipper 2.8.X? In some cases when we re-deploy the same stream, it increments the version number and this is a hassle.
Spring Cloud Dataflow Cloudfoundry - Unversioned App Name
92 Views Asked by Aravind1986 At
1
There are 1 best solutions below
Related Questions in CLOUD-FOUNDRY
- cloud foundry - 413 Request Entity Too Large
- How to gain authorization to perform requested action, specifically create an instance of a service in Bluemix?
- Installing Spring Cloud Services for Cloudfoundry without OpsManager
- Cloud Foundry Stylized Error Pages
- Does Bluemix include a JBoss runtime?
- What is the difference between Cloud Foundry and Docker?
- How to integrate spring-xd batch jobs with Control-M scheduler
- How to execute curl operation using request module with authorizaion: bearer token?
- delete the output of a join (record in multipe tables)
- How to automate the creation of a vCAP user-defined variable in a Bluemix deployment?
- Cloudfoundry application with Jboss buildpack fails to deploy
- Difference between Cloud Foundry & Pivotal Web Services
- Running cloudfoundry sample app on local sandbox
- Cloudfoundry php-buildpack logging
- Cloud Foundry yaml parse error
Related Questions in SPRING-CLOUD-STREAM
- Java EXCEPTION_ACCESS_VIOLATION (0xc0000005) while using Eclipse / IntelliJ
- Spring Cloud DataFlow - How to use a custom TCP encoder/decoder in TCP source
- How do I (integration) test @StreamListener with RabbitMQ?
- Spring Cloud Stream Rabbit MQ fanout exchange
- Intercept incoming message of Spring Cloud Stream SubscribableChannel
- compute aggregations on event data received using Spring Cloud Stream Kafka
- How to build Spring Cloud Stream JMS ActiveMQ
- Spring cloud stream writing in two databases
- Spring Cloud Stream - Mock Source always failed (without an existing MQ instance)
- Understanding Spring Cloud Stream content types
- What is the bean scope and context holder for Spring Cloud Stream?
- How to skip the header row(first line) of the file in springcloudstream using DSL?
- Spring Cloud Stream header enricher circular reference and NPE
- Spring Cloud Dataflow server - deployed streams ended up in unknown state
- Kafka consumer in spring cloud stream dont start
Related Questions in SPRING-CLOUD-DATAFLOW
- Does Spring Cloud Dataflow Local Server need to connect zookeeper?
- Spring Cloud DataFlow - How to use a custom TCP encoder/decoder in TCP source
- Advantage of using Spring cloud data flow instead of spring batch
- PCFDev Spring Cloud Data Server app import failes
- How to build Spring Cloud Stream JMS ActiveMQ
- Understanding Spring Cloud Stream content types
- Migrating from spring-batch-admin to spring cloud dataflow
- Spring Cloud Stream header enricher circular reference and NPE
- Spring Cloud Dataflow server - deployed streams ended up in unknown state
- spring-data-flow task example
- Dynamically change a Source parameters
- Scheduling a composed task
- cloud foundry spring cloud data flow server security configuration
- Redis Connection failure exception received when trying to run Spring-cloud-data-flow server in docker container
- spring cloud data flow server cloud foundry redirect to https
Related Questions in SPRING-CLOUD-SKIPPER
- spring cloud stream failed with IllegalStateException: deploymentId doesn't match expected state
- how does the skipper-client help app get their streamDeploymentProperties?
- Spring Cloud Skipper errors out immediately after start on local MicroK8s
- Spring cloud data flow server multiple namespaces
- Spring Cloud Data Flow Apps not fetching external arguments and environment variables
- Spring Cloud Data Flow treats intentionally failing health check app as healthy. Skipper's red-black deployment is broken
- Spring Cloud Data Flow - Unable to set securityContext/allowPrivilegeEscalation while deploying a stream
- Spring Cloud Dataflow Cloudfoundry - Unversioned App Name
- Spring Cloud Data Flow Local Server + Skipper Server: Error after undeploying streams
- Unable to deploy streams on Spring Cloud Dataflow
- Spring Cloud DataFlow server runnning locally pointing to Skipper in Kubernetes
- Change service name of Spring Cloud Dataflow Stream parts
- How to use static spring cloud stream url for launching spring cloud tasks?
- pring-cloud-skipper-server upgradation issue
- Spring Cloud Dataflow on Kubernetes - Startupprobe property
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
The naming of the deployed applications coincide with internal versioning of streams.
Can you describe how this is a hassle? We may be able to find a solution to your problem.