Added some frequently asked questions. (#260)

* Added frequently asked some soft skill questions

* Added k8s question
This commit is contained in:
gokcedemir 2022-06-30 07:56:48 +03:00 committed by GitHub
parent 0ea15cad67
commit 5662efbb54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 0 deletions

View File

@ -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>

View File

@ -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>
</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
<details>