Skip to main content

Use cloud compute

🚧 Status: Coming soon

NodeOps Cloud provides declarative automation and standardization for infrastructure management, allowing developers to focus on coding rather than managing complex deployment processes.

Template-based infrastructure provisioning​

This template-based approach allows you to define and consume Compute infrastructure in a declarative manner: enabling automation of your infrastructure deployments.

This allows you to consume and create infrastructure templates that enable:

  • Version control
  • Automated testing
  • Continuous integration and deployment
  • Modularity and reusability

YAML templates​

NodeOps Cloud's "Infrastructure as Configuration" approach uses a YAML file, a data serialization standard commonly used for configuration files.

Using YAML templates for infrastructure provisioning offers several advantages:

  • Readability: YAML's simple syntax is easy for people and machines to understand

  • Declarative approach: Define the desired state of your infrastructure without specifying the step-by-step process to achieve it

  • Reusability: Templates can be parameterized and shared across multiple pipelines, reducing code duplication

  • Consistency: Standardized templates ensure that infrastructure is deployed consistently across different environments

These YAML templates are an effective solution for managing complex Cloud infrastructures: combining the power of automation with the simplicity and readability of declarative configurations.

Unit of consumption​

Each playbook will provision your Compute infrastructure according to your use case. The Compute consumed is defined by Compute Units or CUs:

One CU is defined as:

1CU = 1 vCPU, 2GB RAM, 30GB NVMe Disk

What next?​

  • Learn more about the structure of templates