Skip to content

Commit

Permalink
Feature: added some extra to the first into ex
Browse files Browse the repository at this point in the history
  • Loading branch information
sofusalbertsen committed Oct 12, 2023
1 parent 5099687 commit 077f058
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,3 +194,18 @@ To clean up, run the following command:
kubectl delete -f quotes-flask/
```

### Extra

If you have more time, take a look at the YAML manifests that we used to deploy the application.
They are in the `quotes-flask` folder.
First take a look at the deployment manifest, and see if you can find the following information:

- The name of the deployment
- The number of replicas
- The image used for the container

Then take a look at the service manifest, and see if you can find the following information:

- The name of the service
- The port the service listens on

0 comments on commit 077f058

Please sign in to comment.