work in both rkt and kubernetes • rkt is container execution engine, runs cluster work on nodes • Add configuration switches to declare a node uses the rkt engine, or that a pod executes with rkt
exercise different interface than Docker API • Internally modular: Pluggable “stage1” isolation environments • Run pods as software-isolated (cgroups, ns) • Run pods as VMs with hypervisor isolation
mainline Kubernetes v1.3 • Bring up a cluster, node, or pod with rkt as the executor • Next: ◦ kubectl attach ◦ Port-forwarding for alternate stage1s ◦ Your contributions, suggestions, and experiments!