Blog

You can become a superhero of automation and development by learning and practicing. This is our blog from our learnings and practice.

We are consultants and trainers in Cloud Foundry, devops automation and continous delivery. We have the best jobs in the world helping you have the best job in the world.

Adding a custom hostname domain for Knative services

This is the fourth in a collection of articles as I figure out what’s what with Knative for Kubernetes. The full set of articles are: Deploying 12-factor apps to Knative Building and deploying applications to Knative Adding public traffic to Knative on Google Kubernetes Engine Adding a custom hostname domain for Knative services Build Docker

Ashley Gerwitz Profile Image

Posted by:
Ashley Gerwitz

Read More ➝
Stemcell Version Not Found

I was running a script the other day that would pull down the latest cf-deployment and get it running on my local computer using bucc. (Here’s the code for those following along at home.) I get the STEMCELL_VERSION from the cf-deployment repo with bosh interpolate command. When software updates in the repo, the script will

Ashley Gerwitz Profile Image

Posted by:
Ashley Gerwitz

Read More ➝
Adding public traffic into Knative on Google Kubernetes Engine

This is the third in a collection of articles as I figure out what’s what with Knative for Kubernetes. The full set of articles are: Deploying 12-factor apps to Knative Building and deploying applications to Knative Adding public traffic to Knative on Google Kubernetes Engine Adding a custom hostname domain for Knative services Build Docker

Ashley Gerwitz Profile Image

Posted by:
Ashley Gerwitz

Read More ➝
Building and deploying applications to Knative

This is the second in a collection of articles as I figure out what’s what with Knative for Kubernetes. The full set of articles are: Deploying 12-factor apps to Knative Building and deploying applications to Knative Adding public traffic to Knative on Google Kubernetes Engine Adding a custom hostname domain for Knative services Build Docker

Ashley Gerwitz Profile Image

Posted by:
Ashley Gerwitz

Read More ➝
Deploying 12-factor apps to Knative

This is the first in a collection of articles as I figure out what’s what with Knative for Kubernetes. The full set of articles are: Deploying 12-factor apps to Knative Building and deploying applications to Knative Adding public traffic to Knative on Google Kubernetes Engine Adding a custom hostname domain for Knative services Build Docker

Ashley Gerwitz Profile Image

Posted by:
Ashley Gerwitz

Read More ➝
Cloud Foundry database replatforming from Postgres to MySQL

So you have a Cloud Foundry deployed with the `cf-release` codebaseand you have noticed that in the newer release Cloud Foundry switched to MySQL.And now you want to upgrade. But first you need to move from PostgreSQL so it will make your life easier for the future upgrades! The good thing is… It can be

Ramon Makkelie Profile Image

Posted by:
Ramon Makkelie

Read More ➝
How to Reload Buildpacks in CF

Made a mess? If you have made a mess of your default system buildpacks and want to delete and reload them you can in just a few simple steps. Step 1 – Remove existing Buildpacks Start by logging into the CF CLI with cloud_controller.admin permissions, once there list the existing buildpacks: cf buildpacks Now you

Chris Weibel Profile Image

Posted by:
Chris Weibel

Read More ➝
Quickly deploy the UAA to any cloud

The Cloud Foundry UAA is an independent open source project that you can use within your organization to provide user & client authentication and authorization. It has been a stable component of Cloud Foundry itself for more than half a decade. Rather than your team writing their own authentication and authorization subsystem, I recommend giving

Ashley Gerwitz Profile Image

Posted by:
Ashley Gerwitz

Read More ➝
Newly Discovered Tool: vSphere CLI govc

Update: We’ve added homebrew and debian packages for govc for your installation pleasure. See last section for instructions. Every once in a while I run across an amazing tool which should be shared with others, we all deserve nice things. For the last few years I’ve been using the AWS CLI to reboot vms, find

Chris Weibel Profile Image

Posted by:
Chris Weibel

Read More ➝