diff --git a/README.md b/README.md index f6a2dbc..804bbc8 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,9 @@ :information_source:  This repository contains interview questions on various DevOps and SRE related topics -:bar_chart:  There are currently **506** questions +:bar_chart:  There are currently **509** questions -:books:  To learn more about DevOps check the resources in [devops-resources](https://github.com/bregman-arie/devops-resources) +:books:  To learn more about DevOps check the resources in [DevOpsBit.com](https://devopsbit.com) :thought_balloon:  Different interviewers focus on different things. Some will focus on your resume while others might focus on scenario questions or specific technical questions. I tried to cover different types of questions for you to practice and test your skills @@ -1657,6 +1657,11 @@ List What is the Terraform Registry?
+
+Explain remote-exec and local-exec
+
+ + #### :star: Advanced @@ -1816,12 +1821,22 @@ Swarm management which means you can create new swarms in Docker Cloud.
Why Docker isn't enough? Why do we need Kubernetes?
+ +Kubernetes is especially good for scenarios when you no longer running small number of containers. When you have to scale from 3 containers for eaxmple to hundreds or thousands of containers.
Describe the architecture of Kubernetes
+
+What is a worker?
+
+ +
+Explain what is a Pod
+
+
How do you monitor your Kubernetes?