modified: README.md

This commit is contained in:
Sangmin Kim 2024-03-26 15:17:51 +09:00
parent 38b6b8a08c
commit 75a1c7b245
1 changed files with 4 additions and 5 deletions

View File

@ -55,7 +55,7 @@ Bob ->> Alice: Do you have a custom docker image for this lab?
Alice ->> Bob: No. Alice ->> Bob: No.
Bob ->> Alice: OK. Then I will build a docker image based on public nginx docker image. Bob ->> Alice: OK. Then I will build a docker image based on public nginx docker image.
``` ```
> Bob builds a docker image and Alice validates it iteratively until they finalize the image. They might need more discussion on the technical details such as HTTPS. > Bob builds a docker image and Alice validates it iteratively until they finalize the image. They might need more discussion on the technical details such as, HTTPS, FQDN, port, and etc.
> >
> The docker image is not deployed to Kubernetes in this stage. > The docker image is not deployed to Kubernetes in this stage.
@ -69,7 +69,6 @@ Bob ->> Alice: OK. Then I will build a docker image based on public nginx docker
**6. Production** **6. Production**
> Bob clones the Gitea project and applies all files to kubernetes production environment and Alice validates them by end-to-end test. > Bob clones the Gitea project and applies all files to kubernetes production environment.
>
> Alice validates the environment by end-to-end test.
> Written with [StackEdit](https://stackedit.io/).