Questions tagged [pcfdev]

PCF Dev is a small footprint distribution of Pivotal Cloud Foundry (PCF) intended to be run locally on a developer machine

PCF Dev is a small footprint distribution of Pivotal Cloud Foundry (PCF) intended to be run locally on a developer machine. It delivers the essential elements of the Pivotal Cloud Foundry experience quickly through a condensed set of components.

109 questions
1
vote
1 answer

App deployed on PCF trying to find config at localhost:8888 even when the cloud foundry provided config server is binded with app

How do we make use of Spring Cloud Services like Config Services/ Hystrix at PCF? I have one app deployed on PCF and i am trying to bind a Config server service from CF marketplace to it. But when i start the app it tries to connect localhost:8888.…
Shivi Sharma
  • 267
  • 1
  • 2
  • 12
1
vote
1 answer

.net core console application on PCF

I'm able to deploy a .net core console app on PCF which raises some internal events and runs for sometime(with help of Thread.Delay()) and exits. I want to be able to start and stop this app remotely, using a batch file from windows machine. When I…
arpymastro
  • 751
  • 3
  • 16
  • 34
1
vote
1 answer

Change PCF Dev installation location

I'm trying to setup Pvotal Cloud Foundry DEV on my machine, but my main hard drive does not have enough room and our System Administrators frown on us installing applications onto the C drive. I have an additional D: drive with plenty of space on…
Pytry
  • 6,044
  • 2
  • 37
  • 56
0
votes
0 answers

Spring boot application crashing on PCF (Pivotal Cloud Foundry) cloud

I have deployed my spring boot application on PCF (Pivotal Cloud Foundry) cloud and it was running fine since last many days but suddenly from last 24 hours, this application is started crashing in every few minutes. And getting below…
0
votes
0 answers

Is there a way to check on past Pivot Cloud Foundry (PCF) CLI buildpacks?

I'm currently attempting to stop utilizing a web proxy which allows internet access from an AWS Virtual Private Cloud as it won't be in use anymore soon. I also use the internet access to fetch data from an API endpoint which has past buildpack data…
0
votes
0 answers

PCF Tasks on Active/Passive

Can someone help me understand how PCF Tasks in Active/Passive environment would work? It's my understanding that when deployed in Active, and mirrored in a Passive environment that the PCF Tasks would still run on the defined Job Schedules…
Gary Tessman
  • 433
  • 4
  • 3
0
votes
0 answers

How do I use Hashicorp Vault in Cloud Foundry

So I have a nodejs webservice which I push into Cloud Foundry (PCF), then I am storing some credentials in Vault so when a user hits my web service endpoint with some credentials I extract the credentials from the Vault, compare them against the…
linker85
  • 1,601
  • 5
  • 26
  • 44
0
votes
1 answer

Socket Connection Exception while accesss external api in Pivotal Cloud Foundary

When I try to connect to external api with https connection from local it's working fine without any need of certificate. But when the same app deployed in pivotal cloud foundary and try to access the external api then it's giving socket connection…
Prudhvi Bellam
  • 71
  • 2
  • 12
0
votes
0 answers

Clone the request to a different Application in pcf

I have a requirement of replicating the same traffic that was received to a production system to a pilot project(same code deployed as a diff app with minimal changes). Not sure how to do it. Can you please help me out. App1 -> Production…
SAS DEV
  • 70
  • 3
0
votes
1 answer

Token validation failing in PCF but validating in local

I have secured an API using okta. In order to call the API one need to generated the Bearer token and call the API. These all things are fine in my local.. But when I deployed this secured API service PCF , and calling this secured Api from local…
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
1 answer

Run Time Argumnets in PCF

In order to run the application in my local, i need to provide some VM arguments(basically file path, where it is located). In similar way in PCF also I have to provide those arguments. currently I am keeping in application.yml file like below. …
0
votes
1 answer

How do I make different instances of an application to read different files to process?

I have an application that reads a file from a specific location and processes it. Now my requirement is to increase the no.of instances of application. How do I make sure that each instance does not pick the same file? Is there a way to make each…
swetha
  • 91
  • 2
  • 11
0
votes
1 answer

Metric Registrar in Cloud Foundry

Does Metric Registrar works in Cloud Foundry without Pivotal? I have open source Cloud Foundry and I need to get custom metrics from app. I installed Metric Registrar community plugin for CF, I registered my application with endpoint, I also defined…