diff --git a/README.md b/README.md index cb9135e..282f1cd 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# DevOps Questions & Exercises +

:information_source:  This repo contains questions and exercises on various technical topics, sometimes related to DevOps and SRE :) @@ -4401,6 +4401,18 @@ Scale the number of pods automatically on observed CPU utilization. More on this topic [here](https://kubernetes.io/docs/concepts/services-networking/service/#publishing-services-service-types) +
+What services types are there?
+
+ +
+Explain Liveness probe
+
+ +
+Explain Readiness probe
+
+ #### Basic Commands
diff --git a/images/devops_exercises.png b/images/devops_exercises.png new file mode 100644 index 0000000..d66c386 Binary files /dev/null and b/images/devops_exercises.png differ