From 5662efbb54d7ba03e7eefc6a0b2df3844d9d013e Mon Sep 17 00:00:00 2001 From: gokcedemir Date: Thu, 30 Jun 2022 07:56:48 +0300 Subject: [PATCH] Added some frequently asked questions. (#260) * Added frequently asked some soft skill questions * Added k8s question --- exercises/kubernetes/README.md | 7 +++++++ exercises/soft_skills/README.md | 9 +++++++++ 2 files changed, 16 insertions(+) diff --git a/exercises/kubernetes/README.md b/exercises/kubernetes/README.md index 323750d..d6b514e 100644 --- a/exercises/kubernetes/README.md +++ b/exercises/kubernetes/README.md @@ -932,6 +932,13 @@ Few notes: - type can be different and doesn't has to be specifically "NodePort" +
+What's the diffence between a ReplicaSet and DaemonSet?
+ +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. +
+ #### Kubernetes - Storage
diff --git a/exercises/soft_skills/README.md b/exercises/soft_skills/README.md index 6784f9c..bc5bf3e 100644 --- a/exercises/soft_skills/README.md +++ b/exercises/soft_skills/README.md @@ -93,6 +93,15 @@ There are no answers for these questions for obvious reasons :) Where do you see yourself in five years?
+
+When you faced with problem, what do you do?
+
+ +
+When was the last time you had to learn a new technology and what was your approach in doing so?
+
+ + #### Team Lead