Added some frequently asked questions. (#260)
* Added frequently asked some soft skill questions * Added k8s question
This commit is contained in:
parent
0ea15cad67
commit
5662efbb54
@ -932,6 +932,13 @@ Few notes:
|
|||||||
- type can be different and doesn't has to be specifically "NodePort"
|
- type can be different and doesn't has to be specifically "NodePort"
|
||||||
</b></details>
|
</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
|
#### Kubernetes - Storage
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
|
@ -93,6 +93,15 @@ There are no answers for these questions for obvious reasons :)
|
|||||||
<summary>Where do you see yourself in five years?</summary><br><b>
|
<summary>Where do you see yourself in five years?</summary><br><b>
|
||||||
</b></details>
|
</b></details>
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary>When you faced with problem, what do you do?</summary><br><b>
|
||||||
|
</b></details>
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary>When was the last time you had to learn a new technology and what was your approach in doing so?</summary><br><b>
|
||||||
|
</b></details>
|
||||||
|
|
||||||
|
|
||||||
#### Team Lead
|
#### Team Lead
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
|
Loading…
Reference in New Issue
Block a user