I came across 1 nuggets about the topic : kubernetes on internet.
You can search these links on my public listing page on  learning paths
Website Screenshot
Kubernetes — Learn Sidecar Container Pattern | by Bhargav Bachina | Bachina Labs | Sep, 2020 | Medium

Kubernetes is an open-source container orchestration engine for automating deployment, scaling, and management of containerized applications. A pod is the basic building block of kubernetes application. Kubernetes manages pods instead of containers and pods encapsulate containers. A pod may contain one or more containers, storage, IP addresses, and, options that govern how containers should run inside the pod.

Home