Skip to content

Commit

Permalink
feat: slides and link updated
Browse files Browse the repository at this point in the history
  • Loading branch information
neiroc committed Dec 10, 2024
1 parent 90bcf4d commit 5ca0a3e
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,23 @@ Each day includes 4 hours of theory to build foundational knowledge and 4 hours
- [Slides](https://docs.google.com/presentation/d/18NNoLjxf5CnN0lFF3xj8rvppkeXmqvfr/edit?usp=sharing&ouid=112647801962843308202&rtpof=true&sd=true)

🏋️ Practice
- [Slides](https://docs.google.com/presentation/d/1J9z8gfgNyoDTp7htiFGrJJ2ahXTVRsAJ/edit?usp=sharing&ouid=112647801962843308202&rtpof=true&sd=true)
- [Slides](https://docs.google.com/presentation/d/17eAgouUO88xqPBs89GxQv6kmpyCLprmP/edit?usp=sharing&ouid=112647801962843308202&rtpof=true&sd=true)

## Day 3

- ReplicaSet
- Rolling updates
- Stateless application
- Stateful application
- Health Checks
- Exercises

📖 Theory
- [Slides](https://docs.google.com/presentation/d/10GPGiEE7W0e6iNZEptvz8amUAY6yWFlQ/edit?usp=sharing&ouid=112647801962843308202&rtpof=true&sd=true)

🏋️ Practice
- [Slides](https://docs.google.com/presentation/d/1mSx3Y339BcKDmPWO0LAlKfprta04Cz_b/edit?usp=sharing&ouid=112647801962843308202&rtpof=true&sd=true)

## Day 4

- Contexts
Expand Down
14 changes: 14 additions & 0 deletions quiz/k8s-questions-1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Kubernetes Quiz Questions 1

- What is a Kubernetes Cluster?

- What is a Node in a Kubernetes Cluster?

- What is a Pod ?

- What is a Service ?

- What is an Ingress Controller and an Ingress Resource?

- How can you expose a Workload resource ?

0 comments on commit 5ca0a3e

Please sign in to comment.