|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/terraform-in-arabic/
课程评论:没有评论
**课程总结:Terraform 入门 (阿拉伯语)** 本课程教授使用 Terraform 实现基础设施即代码 (IaC) 的基础知识。Terraform 是一款开源工具,允许用户以代码形式管理云服务,提供统一的命令行工作流程。 **核心内容:** * **IaC 概念:** 理解基础设施即代码的原理和优势。 * **Terraform 基础:** 学习 Terraform 的基本概念、语法(HCL)以及工作流程(编写配置、生成执行计划、应用更改)。 * **实际应用:** 通过真实场景和实践案例,掌握 Terraform 的使用技巧。 * **AWS 网络组件:** 学习为 AWS 云环境设计和实现网络组件的最佳实践,并以 Terraform 代码作为实际案例。 **目标受众:** 本课程面向希望快速掌握 Terraform 的 DevOps 初学者,尤其是以阿拉伯语为母语的学习者。它也是一系列旨在帮助新手理解和使用 Jenkins、Kubernetes、Kafka、AWS 和 Docker 等流行 DevOps 工具的课程之一。
Terraform is an open-source infrastructure as a code software tool that provides a consistent CLI workflow to manage hundreds of cloud services. Terraform codifies cloud APIs into declarative configuration files.Terraform allows infrastructure to be expressed as code in a simple, human readable language called HCL (HashiCorp Configuration Language). It reads configuration files and provides an execution plan of changes, which can be reviewed for safety and then applied and provisioned. Extensible providers allow Terraform to manage a broad range of resources, including IaaS, PaaS, SaaS, and hardware services. this course illustrates the IAAC concept using hashicorp terraform and goes over the terraform basics along with real scenarios and practical examples that will help beginners master this tool in a very short time. also, students will be introduced to best practices for designing network components for AWS cloud providers and implementing them using the terraform code as a real case scenario for a typical task that any DevOps Engineer is asked to do. This course is one of a group of courses that targets DevOps beginners who are native Arabic speakers and seeks a simple way of explaining DevOps popular tools such as Terraform, Ansible, Jenkins, k8s ,kafka, AWS and Docker