From fbe89d49c7fb79f304551a3af02a1e0f36ede401 Mon Sep 17 00:00:00 2001 From: Rahul sharma Date: Sun, 23 Aug 2020 17:47:15 +0530 Subject: [PATCH] Kubernetes deployment question (#97) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) 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?