Skip to content

Commit

Permalink
feat: add link to resources (#1)
Browse files Browse the repository at this point in the history
* docs: added links

* docs: added links

* docs: added links
  • Loading branch information
neiroc authored Dec 8, 2024
1 parent 34b308b commit b74c782
Showing 1 changed file with 31 additions and 6 deletions.
37 changes: 31 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Training Docker / Kubernetes

#### [Realtime Cliplboard](https://clipboard.strebel.xyz/training-k8s)
This 5-day course is designed for developers, system administrators, and DevOps professionals seeking in-depth knowledge of containerization with Docker and orchestration with Kubernetes. Each day includes 4 hours of theory to build foundational knowledge and 4 hours of hands-on labs to solidify practical skills.

## Day 1

#### Slides [PDF](https://drive.google.com/file/d/1SwmKVbpo2B_X-vyuY04IQZi1pk6sX2m5/view)
### Table of Contents

- Docker Engine Installation
- Running Containers
Expand All @@ -15,11 +15,20 @@
- Docker Compose
- Exercises

#### [Quiz](./quiz/docker-questions.md)
### Resources

📖 Theory
- [PPTX](https://docs.google.com/presentation/d/1QVfNDESdg1pPEGwK64E6_-YGfHz7Y7J0/edit?usp=drive_link&ouid=112647801962843308202&🕮rtpof=true&sd=true)
- [PDF](https://drive.google.com/file/d/1SwmKVbpo2B_X-vyuY04IQZi1pk6sX2m5/view)

🏋️ Practice
- [PPTX](https://docs.google.com/presentation/d/1J9z8gfgNyoDTp7htiFGrJJ2ahXTVRsAJ/edit?usp=sharing&ouid=112647801962843308202&rtpof=true&sd=true)
- [PDF](https://drive.google.com/file/d/1SwmKVbpo2B_X-vyuY04IQZi1pk6sX2m5/view)
- [Quiz](./quiz/docker-questions.md)

## Day 2

#### Slides [PDF](https://drive.google.com/file/d/1DkdJAuwksJpQJJEDduoLgo-5rzfbZvuF/view)
### Table of Contents

- Kubectl installtion
- Microk8s installation
Expand All @@ -29,6 +38,17 @@
- Deployments
- Exercises

### Resources

📖 Theory
- [PPTX](https://docs.google.com/presentation/d/1KjGtS7wdBNrE-5YsFXGMfg7wlH9JmKxJ/edit?usp=drive_link&ouid=112647801962843308202&rtpof=true&sd=true)
- [PDF](https://drive.google.com/file/d/1nMZFZignSInP32miheU66mtwu7R4QZs_/view?usp=drive_link)

🏋️ Practice
- [PPTX](https://docs.google.com/presentation/d/1J9z8gfgNyoDTp7htiFGrJJ2ahXTVRsAJ/edit?usp=sharing&ouid=112647801962843308202&rtpof=true&sd=true)
- [PDF](https://drive.google.com/file/d/1DkdJAuwksJpQJJEDduoLgo-5rzfbZvuF/view?usp=drive_link)


## Day 3

- Stateless application
Expand Down Expand Up @@ -56,20 +76,25 @@
- Operator
- GitHub Action to deploy resources

## Training Support Tools

- [Realtime Cliplboard](https://clipboard.strebel.xyz/training-k8s)
- [Wheel of Names](https://wheelofnames.com/)


## 🔗 External Resources

### Docker

- [Play With Dcoker](https://labs.play-with-docker.com/)
- [Play With Docker](https://labs.play-with-docker.com/)
- [Killercoda Docker](https://killercoda.com/docker)
- [Labex Docker](https://labex.io/skilltrees/docker)
- [CourseLabs Docker](https://docker.courselabs.co/)
- [Collabnix Docker](https://dockerlabs.collabnix.com/)

### Kubernetes

- [Play With Dcoker](https://labs.play-with-k8s.com/)
- [Play With Docker](https://labs.play-with-k8s.com/)
- [Killercoda CKA](https://killercoda.com/cka)
- [Labex Kubernetes](https://labex.io/skilltrees/kubernetes)
- [Udemy + KodeKloud CKA Course](https://www.udemy.com/course/certified-kubernetes-administrator-with-practice-tests/?couponCode=ACCAGE0923) (paid 15$)
Expand Down

0 comments on commit b74c782

Please sign in to comment.