awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Artemmkin avatar

Artemmkin/infrastructure-as-code-tutorial

0
View on GitHub↗
2,306 星标·418 分支·Apache-2.0·2 次浏览

Infrastructure As Code Tutorial

该项目是用于掌握自动化基础设施配置、配置管理和容器编排的教育资源。它提供结构化的学习路径和实践练习,旨在教授通过版本控制的配置文件定义和管理服务器环境的原则。

该仓库通过为行业标准自动化工具提供具体的、实用的教程而脱颖而出。它涵盖了通过声明式配置文件部署云资源、使用可重复的脚本模式自动化服务器设置和软件维护,以及管理集群内容器化应用生命周期。

该材料涵盖了核心基础设施概念,包括声明式资源图、幂等配置和基于提供者的 API 抽象。它还解决了不可变镜像创建和基于容器的环境隔离所需的更广泛的操作方法。该项目被记录为一系列指南和培训模块,旨在促进从手动设置流程到自动化基础设施工作流的过渡。

Features

  • Infrastructure as Code Tutorials - Offers hands-on exercises and guides for learning infrastructure provisioning and configuration management tools.
  • Infrastructure as Code - Defines and manages data center environments through version-controlled text files for repeatable provisioning.
  • Cloud Infrastructure Automation - Provides command-line tools for managing cloud resources and cluster provisioning via APIs.
  • Cloud Provisioning - Offers tools and guides for deploying and managing virtual computing resources in cloud environments.
  • Containerized Application Management - Provides platforms for deploying, configuring, and modifying containerized applications via manifests.
  • Resource Declarations - Instantiates and declares cloud resources using provider packages with input and output dependency management.
  • Cluster Orchestrators - Automates the setup and coordination of cluster topologies to manage distributed application lifecycles.
  • Immutable Image Distribution - Distributes signed, read-only system images to eliminate configuration drift across deployment targets.
  • Cloud Provider Abstractions - Decouples core logic from platform-specific cloud and hypervisor APIs through standardized interface layers.
  • Configuration Management Workflows - Implements methodologies for maintaining consistent system settings across diverse environments.
  • Container Isolation - Provides mechanisms for isolating operating system environments using kernel namespaces to ensure consistent application execution.
  • System State Idempotency - Ensures system-level configurations and software installations are applied consistently without redundant operations.
  • DevOps and Infrastructure - Tutorials for infrastructure as code practices.

Star 历史

artemmkin/infrastructure-as-code-tutorial 的 Star 历史图表artemmkin/infrastructure-as-code-tutorial 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

包含 Infrastructure As Code Tutorial 的精选搜索

收录 Infrastructure As Code Tutorial 的精选合集。
  • 服务器部署模板配置工具
  • DevOps 学习平台
  • AWS、Azure 与 GCP 云工程路线图

Infrastructure As Code Tutorial 的开源替代方案

相似的开源项目,按与 Infrastructure As Code Tutorial 的功能重合度排序。
  • pulumi/pulumipulumi 的头像

    pulumi/pulumi

    24,797在 GitHub 上查看↗

    Pulumi is an infrastructure-as-code framework that enables the definition, deployment, and management of cloud resources using general-purpose programming languages. It functions as a cloud resource orchestrator that coordinates the lifecycle of heterogeneous infrastructure by executing code to construct dependency graphs and reconciling the desired state against actual cloud environments. The platform distinguishes itself through a language-host runtime bridge that allows developers to use standard programming languages to define infrastructure, rather than relying solely on domain-specific

    Goawsazurecloud
    在 GitHub 上查看↗24,797
  • boto/boto3boto 的头像

    boto/boto3

    9,834在 GitHub 上查看↗

    Boto3 is the AWS SDK for Python, providing a programmatic interface for managing and automating AWS cloud infrastructure and services. It serves as a cloud management API client and resource manager for provisioning, configuring, and scaling virtual servers, databases, and storage. The library enables the implementation of infrastructure-as-code through declarative templates and scripts, allowing for the deployment of identical resource stacks across multiple accounts and geographic regions. It also provides a framework for coordinating distributed workflows, serverless functions, and contain

    Pythonawsaws-sdkcloud
    在 GitHub 上查看↗9,834
  • hashicorp/ottohashicorp 的头像

    hashicorp/otto

    4,241在 GitHub 上查看↗

    Otto is a hybrid cloud orchestration platform designed to provision infrastructure and deploy application workloads across diverse cloud environments using infrastructure as code. It functions as an infrastructure as code provisioner that automates the deployment of consistent resources through policy-driven workflows. The project includes a hybrid cloud service mesh for managing service discovery and secure communication between applications, as well as an identity-based access controller for managing secrets and enforcing granular access controls. It also features an infrastructure knowledg

    HTML
    在 GitHub 上查看↗4,241
  • aws/aws-cdkaws 的头像

    aws/aws-cdk

    12,817在 GitHub 上查看↗

    The AWS Cloud Development Kit is an infrastructure-as-code framework that enables developers to define and provision cloud resources using familiar programming languages. By utilizing construct-based synthesis, it translates high-level, object-oriented code into declarative templates, allowing for the automated management of complex cloud environments through a centralized, code-driven control plane. The framework distinguishes itself through its ability to model infrastructure as a dependency-aware resource graph, ensuring that components are provisioned and updated in the correct order. It

    TypeScriptawscloud-infrastructurehacktoberfest
    在 GitHub 上查看↗12,817
查看 Infrastructure As Code Tutorial 的所有 30 个替代方案→

常见问题解答

artemmkin/infrastructure-as-code-tutorial 是做什么的?

该项目是用于掌握自动化基础设施配置、配置管理和容器编排的教育资源。它提供结构化的学习路径和实践练习,旨在教授通过版本控制的配置文件定义和管理服务器环境的原则。

artemmkin/infrastructure-as-code-tutorial 的主要功能有哪些?

artemmkin/infrastructure-as-code-tutorial 的主要功能包括:Infrastructure as Code Tutorials, Infrastructure as Code, Cloud Infrastructure Automation, Cloud Provisioning, Containerized Application Management, Resource Declarations, Cluster Orchestrators, Immutable Image Distribution。

artemmkin/infrastructure-as-code-tutorial 有哪些开源替代品?

artemmkin/infrastructure-as-code-tutorial 的开源替代品包括: pulumi/pulumi — Pulumi is an infrastructure-as-code framework that enables the definition, deployment, and management of cloud… boto/boto3 — Boto3 is the AWS SDK for Python, providing a programmatic interface for managing and automating AWS cloud… hashicorp/otto — Otto is a hybrid cloud orchestration platform designed to provision infrastructure and deploy application workloads… aws/aws-cdk — The AWS Cloud Development Kit is an infrastructure-as-code framework that enables developers to define and provision… chef/chef — Chef is a configuration management platform and infrastructure as code framework used to automate the deployment and… mitchellh/packer — Packer is a machine image build tool and multi-platform image orchestrator. It functions as an infrastructure as code…