Hacker News new | ask | show | jobs
by ForHackernews 2126 days ago
Does Cloud Foundry/Cloud Native Buildpacks enable the Heroku workflow on k8s?

https://devstack.in/2020/01/03/introduction-to-cloud-native-...

https://www.cloudfoundry.org/kubecf/

1 comments

Yes.

Disclosure: I work for VMware.

How so? Do you have some examples?
Broadly, once you've installed CF on Kubernetes, the process is:

    cf push
The code gets uploaded, buildpacks chew on it thoughtfully, out pops a running process with route, log capture and service binding.

I've worked on and around Cloud Foundry for about 5 years now. It's still a much easier and more complete developer experience than anything I've so far touched in Kubernetes land.