You are on page 1of 1

At the end of this chapter, you will have a solid understanding of container

orchestration, what problems Kubernetes addresses, the rationale for Kubernetes


design and architecture, and the different runtime it supports. You'll also be
familiar
with the overall structure of the open source repository and be ready to jump in
and
find answers to any question.

__________________________________________________________________________________

In a recent publication, Design Patterns for Container-based Distributed Systems,


by Brendan Burns and
David Oppenheimer (https://www.usenix.org/node/196347), three types of container
design patterns are
discussed:
1. Single Container Management Patterns
2. Single Node, Multi-Container Applic

_____________________________________________________________

The runtime includes the time of copying


the data and runtime of a computing core

sudo docker run --cap-add=SYS_ADMIN -it gentooimage bash

You might also like