What does HackerNews think of cf-for-k8s?
The open source deployment manifest for Cloud Foundry on Kubernetes
Language:
Shell
Helm did something like in the earlier versions. Helm 3 got rid of it to the great cheering of many. It didn't ingest Docker Compose files, but it is the same architectural pattern.
https://www.techtarget.com/searchitoperations/news/252474360...
On the other hand, you have something like CloudFoundery on top of K8S:
Another Cloud foundry based platform moving on to Kubernetes. Perhaps https://github.com/cloudfoundry/cf-for-k8s can provide a simple migration path..
Have you seen https://github.com/cloudfoundry/cf-for-k8s?
Is this solving the same problem as CloudFoundary for K8s? https://github.com/cloudfoundry/cf-for-k8s
Cloud foundry offers their old(er) architecture as well as 2 ways to get the “cf push” experience over Kubernetes. Check out KubeCF and cf-for-k8s. Both of these are open source projects that you can deploy to a Kubernetes infrastructure of choice.
[1] https://github.com/cloudfoundry-incubator/kubecf [2] https://github.com/cloudfoundry/cf-for-k8s