How It Works

Pi provides the standard, upstream Kubernetes Pod APIs, for you to run containers. To do it, the steps are:

  • Build Docker images

  • Push the images to a registry

  • Define your pod spec

  • Call Pi API to launch containers

Last updated