CLOUD

Four clouds, one control plane.

AWS, Azure, GCP and Oracle at genuine parity — the same inventory, the same job model, the same permission system. Not one first-class provider and three integrations that stop at listing instances.

Install itSee the security model
AWS·Azure·GCP·Oracle Cloud·Terraform

THE MANUAL WAY

What multi-cloud costs you in practice.

THE FOURTH CONSOLE

Four provider consoles, four permission models, four billing pages. Answering "what are we running and what does it cost" means four tabs and a spreadsheet.

THE ORPHANED RESOURCE

A load balancer from a cancelled project has been billing for fourteen months. Nothing tracks resources back to the person or the reason that created them.

THE DRIFTED STACK

Someone fixed something in the console instead of in Terraform. The next apply will quietly undo it, and nobody will connect the two events.

WHAT TALOS DOES

The same operations, whichever provider.

Account inventory

Attach an account and Talos sweeps it: compute, storage, networking, databases, DNS. Resources created outside Talos still appear.

Compute operations

Start, stop, resize and inspect instances across all four providers with one set of verbs and one audit trail.

Object storage

Browse, upload and manage buckets and containers, with per-operation permissions rather than a shared access key.

Infrastructure stacks with drift

Terraform stacks run as jobs, with drift detected against the real provider state rather than assumed absent.

Cost visibility

Spend pulled per provider into one view, so the answer to "what is this costing" does not require four logins.

Bridges into the rest of Talos

Managed clusters become Kubernetes projects, container registries become Docker registries, managed databases become backup targets.

talos.internal/cloud/inventory
Servers
Kubernetes
Frappe
Docker
Databases
Pipelines
Monitoring
Cloud inventory4 accounts · 318 resources
aws · productionSYNCED
142 resources · eu-west-1
azure · corpSYNCED
86 resources · westeurope
gcp · dataSYNCED
61 resources · europe-west4
oci · legacyDRIFT
29 resources · 3 drifted
$ cloud sweep --all
→ aws 142 · azure 86 · gcp 61 · oci 29
! 3 resources drifted from stack oci-network
! 1 load balancer with no owning stack
✓ sweep complete · read-only

HOW IT RUNS

Every action is a tracked job.

Requestyou, API or schedule
Queuegated if required
the Sentinelbackground worker
AdapterSSH · Ansible · Terraform · API
Your infrastructurelogs stream back live

WHAT MAKES THIS DIFFERENT

Parity, not a favourite provider and three afterthoughts.

Most tools support one cloud properly and reduce the others to a resource list. Talos implements the same eleven areas for each of the four — accounts, inventory, compute, storage, stacks, managed databases, DNS, monitoring, cost, serverless and registries — because the whole value of a single control plane disappears the moment you have to open the provider console for the second cloud.

The same verbs and the same permission families apply whichever provider a resource lives in.
Credentials are stored encrypted per account, never as a shared key on a host.
A resource that Talos did not create is still inventoried, so nothing hides from the sweep.
coverage · by provider
AWS
compute · storage · stacks · RDS · DNS · cost · Lambda · ECR · EKS
FULL
Azure
VMs · blob · stacks · Flexible Server · DNS · cost · Functions · ACR · AKS
FULL
GCP
compute · storage · stacks · SQL · DNS · cost · Functions · GAR · GKE
FULL
Oracle
compute · object storage · stacks · DB · DNS · cost · Functions · OCIR · OKE
FULL

RELATED CAPABILITIES

Kubernetes

Managed clusters bridge in automatically from every provider.

explore →

Databases

Managed database instances become backup and verification targets.

explore →

Servers

Provisioned instances become managed hosts in one step.

explore →

Attach one account, read-only.

The first sweep changes nothing. It just tells you what is actually running.

Install in one commandSee every capability →