Sos level102 containers - Fixed broken link (#112)

* SOS level102 Containerization and Orchestration

* Typos and links fixed. Minor rephrasing work done

* Fixed broken links

Co-authored-by: rajalakshmi Vaidyanathan <ravaidya@ravaidya-ld1.linkedin.biz>
This commit is contained in:
rajalakshmi Vaidyanathan 2021-08-04 22:42:39 +05:30 committed by GitHub
parent b194798985
commit 4b1c22ec44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -97,4 +97,4 @@ Docker networks facilitate the interaction between containers running on the sam
Apart from images, containers and networks, Docker also provides the option to create and mount volumes within containers. Generally, data within docker containers is non-persistent i.e once you kill the container the data is lost. Volumes are used for storing persistent data in containers. This [KataKoda lab](https://www.katacoda.com/courses/docker/persisting-data-using-volumes) is a great place to start playing with volumes.
[In the next section](https://linkedin.github.io/school-of-sre/orchestration_with_kubernetes/) we see how container deployments are orchestrated with Kubernetes.
[In the next section](https://linkedin.github.io/school-of-sre/level102/containerization_and_orchestration/orchestration_with_kubernetes/) we see how container deployments are orchestrated with Kubernetes.