.. _pod: Pods ---- Pods are the smallest unit of work you'll deal with in Kubernetes and will contain one or more related docker containers. The best practice for deploying pods is to create them via :ref:`deployment`, so pod creation functions are not provided in the K9 library. .. autofunction:: k9.core.list_pods