Questions tagged [cloudfoundry-java-client]

8 questions
1
vote
1 answer

How to use spring-cloud-task with spring-cloud-deployer-cloudfoundry?

I am investigating using spring-cloud-task to execute short-lived jobs in my Cloud Foundry environments. Looking through the documentation and some youtube videos, I gathered that there should be 3 components (applications) involved for my…
0
votes
1 answer

How to stream app logs to a cloud platform

Hi I am looking on how to stream application logs from a Spring boot application to a cloud. To elaborate:- Suppose I have a spring app to be deployed as a pcf application for which I need to send the logs generated from the application to an…
0
votes
1 answer

How to retrieve heapdump in PCF using SMB

I need to -XXHeapdumoOutofmemory and -XXHeapdumoFilepath option in PCF manifest yml to create heapdump on OutOfMemory . I understand I can use SMB or NFS in vm args but how to retrieve the heapdump file when app goes OutOfMemory and not…
0
votes
2 answers

what is the alternative in Tanzu for https://console.run.pivotal.io/

I used to create org and space and deploy app to PCF using https://console.run.pivotal.io/ But as its end of life happened in Jan2021 , I am searching for any alternate UI in Tanzu . If above is not possible , kindly help me on how to create…
0
votes
2 answers

What is the difference between pivotal cloudfoundry and VMWare Tanzu cloudfoundry

Earlier I could able to use Pivotal cloud foundry free subscription to do my poc but now not able to do so and name of cloudfoundry changed to Tanzu. I would like to understand the timeline history of Cloudfoundry as it keeps changing. Kindly help.
0
votes
1 answer

get serviceInstanceName and serviceKeyName for cloud foundry user provider serves by using cloudFoundryOperations

im trying to get the Credentials of UPS in cloud foundry: using: Mono serviceKey = (Mono) cloudFoundryOperations .services() .getServiceKey( GetServiceKeyRequest.builder() …
BillalT
  • 23
  • 6
0
votes
1 answer

executing "cf-push" using cf-java-client

I am very new to using cloud foundry. Currently, I am trying to automate the task of pushing an app to a target URL using the cloud foundry java client library but I am not being able to figure out how to push the manifest file ,i.e, how do i…
0
votes
0 answers

Log more output on application push

I'm pushing a manifest to CF with the cloudfoundry-operations library like this: final PushApplicationManifestRequest pushRequest = PushApplicationManifestRequest.builder() .manifest(applicationManifest) .build(); final Mono
Chirlo
  • 5,989
  • 1
  • 29
  • 45