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