网站首页 站内搜索

搜索结果

查询Tags标签: Terraform,共有 11条记录
  • Terraform 的开源替代:OpenTofu 宣布 GA!

    OpenTofu 社区于1月10日宣布 OpenTofu 项目 GA,这是 OpenTofu 的首个稳定版本(https://github.com/opentofu/opentofu/releases/tag/v1.6.0) !OpenTofu 是 Linux 基金会下的一个由社区驱动的开源项目,是 Terraform 的开源替代品,用户可根据迁移指南进行迁移:https:…

    2024/1/12 14:02:26 人评论 次浏览
  • Terraform 系列-什么是 IaC?

    系列文章 👉 Terraform 系列文章 前言 聊到 Terraform, 必然绕不开 IaC 这个概念?那么,什么是 IaC? 🤔 基本概念 基础架构即代码 (Infrastructure as Code, IaC) 是指通过代码而不是手动流程/控制台点击来管理和配置基础架构。 这里有 2 个关键词:Infrastructure …

    2023/4/11 14:22:05 人评论 次浏览
  • Azure Terraform(九)利用 Azure DevOps Pipeline 的审批,控制流程发布

    一,引言Azure Pipeline 管道是一个自动化过程;但是往往我们由于某种原因,需要在多个阶段之前获得批准之后再继续下一步流程,所以我们可以向Azure Pipeline 管道添加审批!批准流程可帮助我们进一步控制自己的管道;我们可以控制管道内特定阶段的 Step 开始,通过审批,…

    2022/1/13 23:34:08 人评论 次浏览
  • Azure Terraform(九)利用 Azure DevOps Pipeline 的审批,控制流程发布

    一,引言Azure Pipeline 管道是一个自动化过程;但是往往我们由于某种原因,需要在多个阶段之前获得批准之后再继续下一步流程,所以我们可以向Azure Pipeline 管道添加审批!批准流程可帮助我们进一步控制自己的管道;我们可以控制管道内特定阶段的 Step 开始,通过审批,…

    2022/1/13 23:34:08 人评论 次浏览
  • [DevOps] Terraform Remote State Management

    Demo CodeIn order to maintain your tfstate file properly, you MUST have versioning enabled on your S3 bucket.Here is the code I used to create the backend.tf file. Youll need to update it with the name of your S3 bucket and the path to your terraform.…

    2021/9/29 6:11:21 人评论 次浏览
  • [DevOps] Terraform Remote State Management

    Demo CodeIn order to maintain your tfstate file properly, you MUST have versioning enabled on your S3 bucket.Here is the code I used to create the backend.tf file. Youll need to update it with the name of your S3 bucket and the path to your terraform.…

    2021/9/29 6:11:21 人评论 次浏览
  • [Cloud Architect] 8. Infrastructure as Code

    Intro to IaC Key PointsThe old way of managing hardware in the server room often led to miscommunication due to a lack of centralized logs and the gap between business owners and infrastructure engineers. Servers could run for years with unused or dec…

    2021/9/29 6:10:58 人评论 次浏览
  • [Cloud Architect] 8. Infrastructure as Code

    Intro to IaC Key PointsThe old way of managing hardware in the server room often led to miscommunication due to a lack of centralized logs and the gap between business owners and infrastructure engineers. Servers could run for years with unused or dec…

    2021/9/29 6:10:58 人评论 次浏览
  • Terraform状态State管理,让变更有记录

    我最新最全的文章都在 南瓜慢说 www.pkslow.com ,欢迎大家来喝茶!简介 最近工作中用到了Terraform,权当学习记录一下,希望能帮助到其它人。 Terraform系列文章如下: Terraform入门教程,示例展示管理Docker和Kubernetes资源 Terraform插件Provider管理,搜索、定义、…

    2021/7/2 23:23:39 人评论 次浏览
  • 零基础教程!一文教你使用Rancher 2.3和Terraform运行Windows容器

    介 绍在Kubernetes 1.14版本中已经GA了对Windows的支持。这一结果凝结了一群优秀的工程师的努力,他们来自微软、Pivotal、VMware、红帽以及现在已经关闭的Apprenda等几家公司。我在Apprenda工作时,不定时会为sig-windows社区做出一些贡献。即便现在在Rancher Labs任职,…

    2021/4/20 7:29:40 人评论 次浏览
  • 使用terraform自动化部署云资源

    Terraform是hashicorp公司的一个开源工具,可以用编辑代码的方式对多个云服务商的资源进行编排和自动化部署,例如自动化的购买资源,自动化的创建以及删除等等,广泛适用于运维人员、开发测试人员,是一个典型的IAC(infrastructure as code)的应用。 Terraform支持多个…

    2021/4/8 10:38:40 人评论 次浏览
扫一扫关注最新编程教程