Features
Pi provides the following features:
Pod - atomic group of one or more containers.
Rootfs - temporary disk space for containers in the pod, available along with the pod lifecycle.
Volume - persistent storage for stateful workload, automatically replicated to protect your data from failures.
Network - Layer-2 private network dedicated to your account to isolate your traffic from the rest customers.
Service - Kubernetes abstraction to provide a network connection to one or more pods. For more detail see the background on how services work.
Floating IP - Static public IPv4 address to associate with your pod, making them accessible on the Internet.
Secret - Encrypted object that contains a small amount of sensitive data such as a password, a token, or a key.
Region - Separate geographic physical data centers, completely indepedent from one another.
Availability Zones - Isolated physical locations within a region, interconnected through low-latency links.
Last updated