mirror of
https://github.com/bregman-arie/devops-exercises.git
synced 2026-02-04 23:59:11 +00:00
Kubernetes deployment question (#97)
This commit is contained in:
parent
2afee2803d
commit
fbe89d49c7
@ -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>
|
||||
</b></details>
|
||||
|
||||
<details>
|
||||
<summary>Why to create kind deployment, if pods can be launched with replicaset ? </summary><br><b>
|
||||
</b></details>
|
||||
|
||||
<details>
|
||||
<summary>How to scale a deployment to 8 replicas?</code></summary><br><b>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user