Pi Docs
  • Overview
  • What is Pi
  • How It Works
  • Benefits
  • Features
  • Pricing
  • Quota and Limits
  • FAQ
  • Quickstart
    • Install CLI
    • Launch Your First Pod
    • Understand the network
    • Use Volume for Stateful Workload
    • Use Private Image
  • Feature
    • Pod
    • Rootfs
    • Job
    • Volume
    • Floating IP
    • Network
    • Service
    • Secret
    • Region and Zone
  • Reference
    • CLI
      • Info
      • Pod
        • run
        • create
        • delete
        • exec
        • logs
        • get
        • describe
      • Job
        • create
        • delete
        • get
        • describe
      • Service
        • create
        • get
        • describe
        • delete
      • Secret
        • create
        • get
        • describe
        • delete
      • Volume
        • create
        • get
        • delete
      • Floating IP
        • create
        • get
        • name
        • delete
    • API/v1.9
      • Info
        • Get
      • Event
        • Get
      • Pod
        • Create
        • List
        • Read
        • Log
        • Exec
        • Delete
      • Job
        • Create
        • List
        • Read
        • Delete
      • Service
        • Create
        • List
        • Get
        • Delete
      • Secret
        • Create
        • List
        • Get
        • Delete
      • Volume
        • Create
        • List
        • Get
        • Delete
      • Floating IP
        • Create
        • List
        • Get
        • Name
        • Delete
  • FAQ
    • Privacy Policy
    • Terms of Service
    • Acceptable Use Policy
  • Docs version
Powered by GitBook
On this page
  • How fast is Pi to launch a pod?
  • How to schedule pods in Pi ?
  • How many pods can I run in Pi?
  • How does networking work in Pi?
  • How to access a pod in Pi?
  • What happens to my data when a pod terminates?
  • Which datacenter is Pi using?
  • Do your prices include taxes?

FAQ

PreviousQuota and LimitsNextQuickstart

Last updated 7 years ago

How fast is Pi to launch a pod?

It usually takes 3 seconds to launch a new pod in Pi. However, there are several factors that could affect the performance, e.g. the number of containers in the pod, image size, application startup speed, etc.

How to schedule pods in Pi ?

No, you don't need to. Pi is a serverless container platform, which means that you can just run containers without worrying about the underlying infrastructure. Things like capacity planning, scheduling , resource utilization and cluster autoscaling are all gone.

How many pods can I run in Pi?

By default, you are limited to running up to 100 pods per region, though you may .

How does networking work in Pi?

By default, Pi creates a private network dedicated for each account, so as to separate different customers:

  • When you create a new pod, it is placed in your own network.

  • Every pod receives a private IP address (specific to the network it resides in). The IP address is attached exclusively with the pod and is only returned when the pod is terminated.

  • A pod is accessible in the network where it resides (using its private IP address), but no other networks.

  • All pods come with the access to the Internet, however none is by default accessible from the Internet. This is adequate for most non-public-facing pods. For public-facing pods, and are demanded.

  • Service serves as load balancer in front of backend pods. For more detail see the background on .

How to access a pod in Pi?

$ pi exec alpine --container alpine -- cat /etc/issue
Welcome to Alpine Linux 3.7
Kernel \r on an \m (\l)

What happens to my data when a pod terminates?

  • The data stored on the pod's rootfs will persist only as long as that pod exists.

  • The data that is stored on additional volumes will persist independently of pods.

Which datacenter is Pi using?

Cloud

Region

Location

Zones

Google Cloud

gcp-us-central1

Iowa

gcp-us-central1-a,gcp-us-central1-c

Do your prices include taxes?

Except as otherwise noted, our prices are exclusive of applicable taxes and duties, including VAT and applicable sales tax.

Use command:

Similar with other platforms like : Pi does not run in our own datacenter, it runs on . Therefore, the region and zone naming in Pi follows the pattern of GCP:

request to increase the quota
Service
Floating IP
how services work
pi exec
Heroku
Google Cloud