☁️
Cloudscript
  • GETTING STARTED
    • Cloudscript Overview
    • Get Started
  • SYNTAX
    • Syntax Overview
    • Sample Cloudscript Code
    • Syntax Features
    • Component Modules
      • Providers
      • Service Blocks
        • Default Provider
        • Infrastructure
        • Configuration
        • Containers
        • Deployment
  • CLOUDSCRIPT CLI
    • CLI Overview and Prequisites
    • CLI Commands
    • Advanced Topics and Troubleshooting
Powered by GitBook
On this page
  1. GETTING STARTED

Cloudscript Overview

NextGet Started

Last updated 4 months ago

Cloudscript is an Infrastructure as Code (IaC) language that enables you to provision, configure, and deploy cloud resources seamlessly across multiple platforms such as AWS, Azure, GCP, and Kubernetes.

Combining the features of Terraform, Ansible, and Kubernetes, Cloudscript lets you to define and manage your infrastructure, configurations, and containerized applications in one unified syntax.

Key Features

  • Unified Syntax: Define infrastructure, configurations, and containers in one file.

  • Multi-Provider Support: Easily target multiple cloud providers.

  • Simplified Workflows: Define the order of operations and dependencies between components.

  • Extensibility: Configure containers, virtual machines, and Kubernetes clusters with intuitive blocks.

  • Deployment Patterns: Apply mappings and conditional deployments using simple syntax.

  • Enhanced Syntax Features:

    • Simpler For-Loops: Simplify iteration over lists and ranges.

    • Custom Type Definitions: Define reusable and structured types.

    • Calculated Fields (calc): Dynamically compute field values.

    • File Path Specification:

Get Started
Syntax Overview
CLI Overview and Prequisites
Page cover image