Product

Solutions

Resources

Pricing

Infrastructure

OverviewInfrastructureInfrastructure

Infrastructure is Planton's infrastructure provisioning and management platform. It handles the full lifecycle of cloud resources — from browsing a catalog of Deployment Components, to deploying them as Cloud Resources, to orchestrating multi-resource deployments through Infra Charts and Infra Pipelines.

Infrastructure is provisioned using Pulumi, Terraform, or OpenTofu modules, executed through Stack Jobs, with credentials managed automatically via Connections.

Core Concepts

Cloud Resources

The fundamental unit of infrastructure in Planton. A Cloud Resource is a deployed instance of a cloud component — a VPC, a database, a Kubernetes cluster. Each belongs to an environment and is tracked through its full lifecycle.

Learn about Cloud Resources

Cloud Resource Kinds

The taxonomy of available Cloud Resource types. Planton supports resource kinds across AWS, GCP, Azure, Kubernetes, Cloudflare, and other providers.

Browse Cloud Resource Kinds

Infra Charts

Composed collections of Deployment Components that deploy together as a coordinated unit. An Infra Chart handles dependency ordering, shared configuration, and multi-resource orchestration.

Learn about Infra Charts

Infra Projects

Running instances of Infra Charts with your specific configuration. Infra Projects track deployment progress via DAG visualization and maintain the history of all changes.

Learn about Infra Projects

Infra Pipelines

DAG-based orchestration for deploying multiple Cloud Resources and Infra Projects in dependency order. Infra Pipelines coordinate the execution of Stack Jobs across resources.

Learn about Infra Pipelines

Stack Jobs

The atomic execution unit that provisions infrastructure. Every infrastructure change triggers a Stack Job that runs init → refresh → plan → apply using Pulumi, Terraform, or OpenTofu.

Learn about Stack Jobs

Flow Control

Governance policies that control how infrastructure changes are deployed — approval gates, plan-before-apply requirements, and deployment pauses.

Learn about Flow Control

How Infrastructure Fits in the Platform

Rendering diagram...
  • Infrastructure provisions the infrastructure where everything runs
  • CI/CD deploys applications to infrastructure provisioned by Infrastructure
  • Connections provides the cloud provider credentials for Stack Job execution
  • Flow Control policies govern the deployment workflow

Open Source

Infrastructure is built on Planton open source, an open-source foundation that provides the Protocol Buffer APIs, IaC modules, and CLI for multi-cloud infrastructure provisioning. Planton adds workflow orchestration, governance, and a web console on top of the open-source core.

Learn about the open-source foundation

Getting Started

Next article

Getting Started with Infrastructure

This guide walks you through deploying your first piece of infrastructure with Infrastructure. By the end, you will have connected a cloud provider, created a Cloud Resource, and watched a Stack Job provision it. A Planton account with an organization An environment created in your organization (see Platform Getting Started) Access to a cloud provider account (AWS, GCP, or Azure) or a Kubernetes cluster Before Infrastructure can provision infrastructure, it needs credentials for your cloud...
Read next article