You've already forked devops-exercises
Added some frequently asked questions. (#260)
* Added frequently asked some soft skill questions * Added k8s question
This commit is contained in:
@@ -932,6 +932,13 @@ Few notes:
|
||||
- type can be different and doesn't has to be specifically "NodePort"
|
||||
</b></details>
|
||||
|
||||
<details>
|
||||
<summary>What's the diffence between a ReplicaSet and DaemonSet?</summary><br><b>
|
||||
|
||||
A ReplicaSet's purpose is to maintain a stable set of replica Pods running at any given time.
|
||||
A DaemonSet ensures that all Nodes run a copy of a Pod.
|
||||
</b></details>
|
||||
|
||||
#### Kubernetes - Storage
|
||||
|
||||
<details>
|
||||
|
||||
Reference in New Issue
Block a user