diff --git a/README.md b/README.md index 282f1cd..4d94fea 100644 --- a/README.md +++ b/README.md @@ -4502,6 +4502,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?