【问题标题】:How to install Jenkins inside of Google App Engine using Terraform?如何使用 Terraform 在 Google App Engine 中安装 Jenkins?
【发布时间】:2019-07-29 14:05:35
【问题描述】:

我正在尝试找到如何在 Google App Engine 上设置 Jenkins 以及如何使用 Terraform。任何人都可以建议任何文档或教程吗?网上找不到。

【问题讨论】:

  • 您可能应该在 Marketplace 中查找“Jenkins”,它会为您启动一个现成可用的 Jenkins 实例

标签: google-app-engine google-cloud-platform terraform-provider-gcp


【解决方案1】:

我建议研究 Google Compute engine 而不是 Google App Engine,因为 App Engine Flex 它是 Compute Engine 的一个有限实例,这样做会遇到很多麻烦。

鉴于这两种方法,我将列出要遵循的文档和教程。

对于任何方法,请阅读此文档:

  1. Terraform GCP examples
  2. Change Log of GCP Terraform Provider
  3. GCP Terraform provider
  4. Managing GCP projects with Terraform

如果您选择 App Engine 方法,您可以查看以下文档:

  1. Create an App Engine instance with Terraform
  2. CI/CD with Containers/jenkis/Terraform

如果您选择 Compute Engine 方法,您可以查看以下文档:

  1. Getting started with Terraform on Google Cloud Platform
  2. Complete GCP environment with Terraform
  3. Terraform with Jenkins and GCP

希望有用。

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2021-04-02
    • 1970-01-01
    • 2021-01-07
    • 2011-08-26
    • 1970-01-01
    相关资源
    最近更新 更多