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·4 व्यूज़

Infrastructure As Code Tutorial

This project serves as an educational resource for mastering automated infrastructure provisioning, configuration management, and container orchestration. It provides structured learning paths and hands-on exercises designed to teach the principles of defining and managing server environments through version-controlled configuration files.

The repository distinguishes itself by offering specific, practical tutorials for industry-standard automation tools. It covers the deployment of cloud resources through declarative configuration files, the automation of server setup and software maintenance using repeatable scripting patterns, and the management of containerized application lifecycles within clusters.

The material encompasses core infrastructure concepts including declarative resource graphing, idempotent configuration, and provider-based API abstraction. It also addresses the broader operational methodologies required for immutable image creation and container-based environment isolation. The project is documented as a collection of guides and training modules intended to facilitate the transition from manual setup processes to automated infrastructure workflows.

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.

स्टार हिस्ट्री

artemmkin/infrastructure-as-code-tutorial के लिए स्टार हिस्ट्री चार्टartemmkin/infrastructure-as-code-tutorial के लिए स्टार हिस्ट्री चार्ट

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — 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,797GitHub पर देखें↗

    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,834GitHub पर देखें↗

    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,241GitHub पर देखें↗

    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,817GitHub पर देखें↗

    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 क्या करता है?

This project serves as an educational resource for mastering automated infrastructure provisioning, configuration management, and container orchestration. It provides structured learning paths and hands-on exercises designed to teach the principles of defining and managing server environments through version-controlled configuration files.

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…