|
CF CLI v6.27.0 Released Today - Plugin installation UX improvements, private Docker repo support
congrats cli team! i've been looking forward to the private docker repository support. the plugins management and other features are also a nice improvement. i've already got it installed. thanks for
congrats cli team! i've been looking forward to the private docker repository support. the plugins management and other features are also a nice improvement. i've already got it installed. thanks for
|
By
James Bayer
· #6911
·
|
|
CF CLI v6.25.0 Released Today
congrats on the new release dies and team. tab completion is a nice touch.
congrats on the new release dies and team. tab completion is a nice touch.
|
By
James Bayer
· #6473
·
|
|
Cloud Foundry Diego v1.0.0 released, starting EOL schedule for DEAs
congrats to everyone that contributed to diego along the way! i'm personally very impressed with how scalable it is and how many users it has running in production.
congrats to everyone that contributed to diego along the way! i'm personally very impressed with how scalable it is and how many users it has running in production.
|
By
James Bayer
· #6136
·
|
|
Meet the new CF container networking stack!
congrats container networking team on this important milestone! thanks to everyone that contributed with code and feedback thus far. wrote:
congrats container networking team on this important milestone! thanks to everyone that contributed with code and feedback thus far. wrote:
|
By
James Bayer
· #6023
·
|
|
Buildpacks PM change
danny, thank you for your stewardship of buildpacks. they've been a reliable part of cloud foundry these last few months and i appreciate your contributions. stephen, congrats on your new role, i'm su
danny, thank you for your stewardship of buildpacks. they've been a reliable part of cloud foundry these last few months and i appreciate your contributions. stephen, congrats on your new role, i'm su
|
By
James Bayer
· #5520
·
|
|
Retrieve __VCAP__ID from instance_ID
you can tell when you're on DEAs by comparing the notes that dan referred to here [1]. for example, if you have the env variable VCAP_APP_PORT then you're likely on a DEA container. [1] https://github
you can tell when you're on DEAs by comparing the notes that dan referred to here [1]. for example, if you have the env variable VCAP_APP_PORT then you're likely on a DEA container. [1] https://github
|
By
James Bayer
· #5233
·
|
|
Java Buildpack v3.7
impressive list of new stuff ben and team!
impressive list of new stuff ben and team!
|
By
James Bayer
· #4690
·
|
|
Persistent Volumes on Cloud Foundry
nic, if you look at this section of the doc [1] it discusses "Reattachable Volumes" which are similar to EBS volumes attaching to EC2 instances without allowing multiple instances to be bound to the s
nic, if you look at this section of the doc [1] it discusses "Reattachable Volumes" which are similar to EBS volumes attaching to EC2 instances without allowing multiple instances to be bound to the s
|
By
James Bayer
· #4475
·
|
|
Support for UAA Integration in Apache Qpid Console
cool. thanks for sharing this john! wrote:
cool. thanks for sharing this john! wrote:
|
By
James Bayer
· #4043
·
|
|
Announcing cf-mysql-release v26, now with a slimmer VM footprint!
congrats mysql team! the arbitrator is a nice touch to save resources yet still result in high availability even when losing an entire AZ.
congrats mysql team! the arbitrator is a nice touch to save resources yet still result in high availability even when losing an entire AZ.
|
By
James Bayer
· #3935
·
|
|
Docker container linkage
when running an app in CF based on a docker image, the service discovery mechanism is expected to be either through bound services which are expressed as environment variables, or using DNS to reach a
when running an app in CF based on a docker image, the service discovery mechanism is expected to be either through bound services which are expressed as environment variables, or using DNS to reach a
|
By
James Bayer
· #3933
·
|
|
CF CLI v6.16.0 Released Today
congrats CLI team! i know many customers waiting for these features.
congrats CLI team! i know many customers waiting for these features.
|
By
James Bayer
· #3932
·
|
|
demo of support for multiple application ports and TCP routing
nic, some clients require a particular port number to work, so just allocating any of the available ones won't be enough if a client needs to specify a particular port and wants to express that. in th
nic, some clients require a particular port number to work, so just allocating any of the available ones won't be enough if a client needs to specify a particular port and wants to express that. in th
|
By
James Bayer
· #3906
·
|
|
trouble deploying app to CF
looks like staging failed with an unknown error after the app was successfully uploaded. how did you deploy your cf? are there buildpacks listed in "cf buildpacks"? perhaps you could look at the logs
looks like staging failed with an unknown error after the app was successfully uploaded. how did you deploy your cf? are there buildpacks listed in "cf buildpacks"? perhaps you could look at the logs
|
By
James Bayer
· #3899
·
|
|
Load balancing on Cloud Foundry with Docker
it works the same for docker apps as it does for buildpack apps. when you push a docker image: cf push docker-app -o cloudfoundry/diego-docker-app -m 256m this runs a single instance of the diego-dock
it works the same for docker apps as it does for buildpack apps. when you push a docker image: cf push docker-app -o cloudfoundry/diego-docker-app -m 256m this runs a single instance of the diego-dock
|
By
James Bayer
· #3876
·
|
|
database migration
that looks pretty good. i'd probably change the following: 8) Stop jobs on old database cluster 9) Validate CF is working and connected to new database 10) Validate old database files are not changed
that looks pretty good. i'd probably change the following: 8) Stop jobs on old database cluster 9) Validate CF is working and connected to new database 10) Validate old database files are not changed
|
By
James Bayer
· #3787
·
|
|
Deprecating/Removing usage of nfs for cloud controller's blobstore
dieu, i thought i remember dmitriy indicating there are some packages he wants to remove from the stemcell for NFS. would the "bring your own NFS server" approach still allow the stemcell changes dmit
dieu, i thought i remember dmitriy indicating there are some packages he wants to remove from the stemcell for NFS. would the "bring your own NFS server" approach still allow the stemcell changes dmit
|
By
James Bayer
· #3414
·
|
|
Buildpack detection
depending on how urgent this is or whether you'd want to allow database access, i've also see people write scripts that use the CF REST API to go through all orgs, then all spaces, then all apps, and
depending on how urgent this is or whether you'd want to allow database access, i've also see people write scripts that use the CF REST API to go through all orgs, then all spaces, then all apps, and
|
By
James Bayer
· #3336
·
|
|
CF-Persistence Proposal
emccode rexray seems to be a relevant project that works with docker and mesos: http://rexray.readthedocs.org/en/stable/ here's the blog post where i found out about it showing how it works with vagra
emccode rexray seems to be a relevant project that works with docker and mesos: http://rexray.readthedocs.org/en/stable/ here's the blog post where i found out about it showing how it works with vagra
|
By
James Bayer
· #3321
·
|
|
Java Buildpack v3.4
i'm happy to see the new debug, profiling and jmx functionality and all of the community contributions. also happy to see spring boot 1.3 support picked up so quickly. the link to the release in your
i'm happy to see the new debug, profiling and jmx functionality and all of the community contributions. also happy to see spring boot 1.3 support picked up so quickly. the link to the release in your
|
By
James Bayer
· #2973
·
|