Kubernetes Pod explanation (Jack McDonnell) (#137)

This commit is contained in:
Jack McDonnell 2021-07-13 17:18:25 -07:00 committed by GitHub
parent 4c6d7360ce
commit c6c960912d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5314,6 +5314,8 @@ False. A Kubernetes cluster consists of at least 1 master and can have 0 workers
<details>
<summary>Explain what is a pod</summary><br><b>
A Pod is a group of one or more containers, with shared storage and network resources, and a specification for how to run the containers. Pods are the smallest deployable units of computing that you can create and manage in Kubernetes.
</b></details>
<details>