Kubernetes deployment question (#97)

This commit is contained in:
Rahul sharma 2020-08-23 17:47:15 +05:30 committed by GitHub
parent 2afee2803d
commit fbe89d49c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4490,6 +4490,10 @@ kubectl run nginx --image=nginx --restart=Never --port 80 --expose
<summary>Describe in detail what the following command does <code>kubectl create deployment kubernetes-httpd --image=httpd</code></summary><br><b> <summary>Describe in detail what the following command does <code>kubectl create deployment kubernetes-httpd --image=httpd</code></summary><br><b>
</b></details> </b></details>
<details>
<summary>Why to create kind deployment, if pods can be launched with replicaset ? </summary><br><b>
</b></details>
<details> <details>
<summary>How to scale a deployment to 8 replicas?</code></summary><br><b> <summary>How to scale a deployment to 8 replicas?</code></summary><br><b>