Cloud Foundry #
Cloud Foundry 提供了云、开发者框架和应用服务的选择,可以更快、更容易的构建、测试、发布和大规模部署应用程序。它是一个开源项目,可通过各种私有云发行版和公有云实例获得。
组件 #
cloudfoundry/bosh #
Cloud Foundry BOSH is an open source tool for release engineering, deployment, lifecycle management, and monitoring of distributed systems.
cloudfoundry/cli #
The official command line client for Cloud Foundry https://docs.cloudfoundry.org/cf-cli
cloudfoundry/uaa #
CloudFoundry User Account and Authentication (UAA) Server
Cloud Foundry 缺点 #
诸如 Cloud Foundry 的 PaaS,用户必须为不同语言、不同框架区分不同的打包方式,这个打包过程是非常具有灾难性的。 而现实往往更糟糕,当在本地跑的好好的应用,由于和远端环境的不一致,在打包后却需要在云端各种调试,最终才能让应用 “平稳” 运行。
而 Docker 的出现改变了一切,它凭借镜像解决了这个问题。Docker 一不做二不休,干脆把完整的操作系统目录也打包进去,如此高的集成度,保证了云端和本地环境的高度一致,并且随时随地轻易地移植。
参考:
叶王 © 2013-2024 版权所有。如果本文档对你有所帮助,可以请作者喝饮料。