Managed container instances deployed through forage/containers destinations. Pay-as-you-go compute — no cluster setup required.
{% if instances | length > 0 %}| Project / Destination | Image | Region | Replicas | Resources | Status |
|---|---|---|---|---|---|
| {% if inst.project %} {{ inst.project }} / {{ inst.destination }} {% if inst.environment %} {{ inst.environment }} {% endif %} {% else %} {{ inst.resource_name }} {% endif %} | {{ inst.image }} | {{ inst.region }} | {{ inst.replicas }} | {{ inst.cpu }} / {{ inst.memory }} | {% if inst.status == "running" %} Running {% elif inst.status == "pending" %} Pending {% else %} {{ inst.status }} {% endif %} |
No compute instances running
Create a forage/containers destination and deploy to get started.