diff --git a/README.md b/README.md
index cb9135e..5c3dab0 100644
--- a/README.md
+++ b/README.md
@@ -4490,6 +4490,10 @@ kubectl run nginx --image=nginx --restart=Never --port 80 --expose
Describe in detail what the following command does kubectl create deployment kubernetes-httpd --image=httpd
+
+Why to create kind deployment, if pods can be launched with replicaset ?
+
+
How to scale a deployment to 8 replicas?