Add yaml file with kubectl apply
Signed-off-by: Arnaud M <arnaud.choupinette@mailops.fr>
This commit is contained in:
parent
b98b5cbf8b
commit
26e936c396
|
@ -276,3 +276,6 @@ Now, you are on your own, deploy the demo-flask app with 3 replicas on your kube
|
|||
The demo-flask app image is available at:
|
||||
[arnaudmorin/demo-flask](https://hub.docker.com/r/arnaudmorin/demo-flask)
|
||||
|
||||
Now, do it by writting a yaml file containing a deployment and a service and use
|
||||
`kubectl apply` to send it to kube API.
|
||||
|
||||
|
|
Loading…
Reference in New Issue