1
0
Fork 0

Add yaml file with kubectl apply

Signed-off-by: Arnaud M <arnaud.choupinette@mailops.fr>
This commit is contained in:
Arnaud M 2024-01-19 09:59:37 +01:00
parent b98b5cbf8b
commit 26e936c396
1 changed files with 3 additions and 0 deletions

View File

@ -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.