Skip to main content

What Is a Sandbox Cluster?

A sandbox cluster is a read-only demo environment that lets you explore Ankra’s features without connecting a real Kubernetes cluster. It comes pre-populated with realistic Kubernetes resources, stacks, and synthetic metrics so you can see exactly how the platform works before importing your own infrastructure.
Each organisation can have one sandbox cluster. It is always online, requires no agent installation, and is completely read-only.

Key Characteristics

Read-Only

All write operations are disabled. You can browse resources, view metrics, and explore stacks, but you cannot apply, patch, or delete anything.

No Agent Required

Unlike imported clusters, sandbox clusters don’t need the Ankra Agent. There’s nothing to install — everything runs inside the platform.

Always Online

Sandbox clusters are always shown as online. There are no connectivity issues since there is no real cluster behind them.

Pre-Populated Resources

Comes with demo nodes, workloads, services, storage, config, and events so you can explore the full Kubernetes resource experience.

Creating a Sandbox Cluster

1

Navigate to Clusters

Go to the Clusters section from the main dashboard.
2

Create Sandbox

Click Create Sandbox to spin up the demo cluster. The sandbox is created instantly — no waiting for an agent to connect.
3

Explore

Once created, the sandbox cluster appears in your cluster list as sandbox-demo. Click into it to start exploring Kubernetes resources, stacks, and metrics.
Creating a sandbox cluster also marks the “Create a cluster” step as complete in your getting started checklist.

What’s Included

When you create a sandbox cluster, it is seeded with a realistic set of Kubernetes resources and infrastructure stacks.

Kubernetes Resources

Resource TypeDescription
Nodes3 nodes — 1 control plane and 2 workers
NamespacesMultiple demo namespaces
DeploymentsSample application deployments
StatefulSetsStateful workloads (e.g. databases)
DaemonSetsCluster-wide daemons
ReplicaSetsManaged replica sets
Jobs & CronJobsBatch and scheduled workloads
PodsPods in various states
ServicesClusterIP, NodePort, and LoadBalancer services
IngressesDemo ingress resources
PersistentVolumes/ClaimsStorage resources
ConfigMaps & SecretsConfiguration and secret data
EventsKubernetes cluster events

Infrastructure Stacks

The sandbox comes with two pre-configured stacks:
  • Monitoring Stack — A demo monitoring stack with associated manifests, similar to what you’d deploy with Prometheus and Grafana.
  • Ingress Stack — A demo ingress stack with manifests for ingress controller setup.

Synthetic Metrics

The sandbox generates realistic metrics so you can explore the cluster metrics dashboard:
MetricSimulated Range
CPU usage2.5 – 3.5 cores
CPU capacity8 cores
Memory usage6,000 – 7,000 MiB
Memory capacity16,384 MiB
Network receive2 – 8 MB/s
Network transmit1 – 5 MB/s
Disk IOPS50 – 200
Pod restarts2 – 5
Metrics are randomly generated within these ranges on each request, giving a realistic feel when browsing the dashboard.

What You Can Do

You can use the sandbox cluster to explore most of Ankra’s read-only features:
  • Browse Kubernetes resources — Navigate nodes, workloads, networking, storage, config, and events.
  • View cluster overview — See the cluster dashboard with status, node info, and resource summary.
  • Explore stacks — View the pre-deployed monitoring and ingress stacks and their manifests.
  • View metrics — Check the cluster metrics dashboard with CPU, memory, network, and disk data.
  • Test the AI assistant — Use the AI features to ask questions about the sandbox resources.

What’s Not Available

Since the sandbox is read-only, the following operations return a sandbox mode notice prompting you to import a real cluster:
OperationMessage
Apply / Patch / DeleteWrite operations are not available in sandbox mode. Import a real cluster to make changes.
Terminal execTerminal access is not available in sandbox mode. Import a real cluster to exec into pods.
Pod log streamingLog streaming is not available in sandbox mode.
Git connect / disconnectGit operations require a real cluster.
Agent token generationSandbox clusters do not require an agent token.
Stack deploymentStack deployment requires a real cluster.

Sandbox vs. Imported Cluster

FeatureSandbox ClusterImported Cluster
Ankra AgentNot requiredRequired
Cluster stateAlways onlineOnline/Offline based on agent connection
Kubernetes resourcesPre-generated demo dataLive data from your cluster
MetricsSynthetic (randomly generated)Real metrics from Prometheus
Write operationsBlocked (read-only)Fully supported
Terminal accessNot availableAvailable
Pod logsNot availableAvailable
Git integrationNot availableSupported
Stacks & add-onsView-only (pre-configured)Full deploy, update, and remove
Limit per organisationOneUnlimited

Ready for the Real Thing?

Once you’ve explored the sandbox, import a real Kubernetes cluster to unlock the full power of Ankra — live resources, deployments, terminal access, GitOps, and more.
Still have questions? Join our Slack community and we’ll help out.