Insights Hub Cloud Foundry – 使用 SSH 连接 CF 中运行的应用

2023-03-08T01:33:15Z
Developer Tools

摘要


详细信息

当需要连接到 CF 中的 App,以便做一些操作,例如:远程调试、查看 CF 中运行的 App 的文件结构、通过 App 的 SSH 做本地端口映射以便本地数据库工具连接 CF 中的数据库等……

Solution

参考如下步骤:

  1. 使用 cf enable-ssh yourApp 来打开应用的 SSH 功能。
    1. 执行 cf restart yourApp 重启应用。
      1. 执行 cf ssh yourApp 连接应用。

        同时可以参考此链接,里面也包含了端口转发等其它内容:https://docs.cloudfoundry.org/devguide/ssh-index.html.

        Notes

        1. CF 官方文档:https://docs.cloudfoundry.org/devguide/ssh-index.html.

        Notes

        知识库文章 ID# PL8523364

        内容

        摘要详细信息

        关联组件

        Cloud Foundry Developer Tools - Other