https://github.com/dsdatsme/container_world_guide
Contains links to get you started with Docker, Kubernetes, etc.
https://github.com/dsdatsme/container_world_guide
docker kubernetes
Last synced: 2 months ago
JSON representation
Contains links to get you started with Docker, Kubernetes, etc.
- Host: GitHub
- URL: https://github.com/dsdatsme/container_world_guide
- Owner: DSdatsme
- Created: 2019-11-16T15:00:07.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-19T09:39:42.000Z (almost 4 years ago)
- Last Synced: 2025-02-12T12:55:19.614Z (4 months ago)
- Topics: docker, kubernetes
- Size: 6.84 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hello Containers!
Contains links to get you started with Docker, Kubernetes, etc.
A collection of the best learning materials in the form of video tutorials, articles, blogs and repos.## For Beginners
### Docker
Author | Tutorial | Type | Comments | Note
| -----| -------- | ---- | -------- | ----
[Junaid Wani](https://github.com/Jay-Wani) | https://www.udemy.com/course/docker-10days | Video | He covers a lot about docker which is usually not covered in many beginner level course. For example: docker swarm, services, etc. | It's a **paid** course.
[Romin Irani](https://github.com/rominirani) | https://rominirani.com/docker-tutorial-series-a7e6ff90a023 | Blog | Although it's a very old blog, but it still covers all the important topics for you to get started with Docker. Follow till Part 10. | Commands written in this blog might vary slightly.### Kubernetes
Author | Tutorial | Type | Comments | Note
| -----| -------- | ---- | -------- | ----
[Michael McClaren]() | https://linuxacademy.com/course/kubernetes-quick-start | Video | Very small course just to get a feel of Kubernetes. | It's **paid**.
[Will Boyd]() | https://linuxacademy.com/course/kubernetes-essentials | Video | Covers all basic topics you need to know about K8s | It's **paid**.
[Just me and Opensource](https://www.youtube.com/user/wenkatn) | https://www.youtube.com/playlist?list=PL34sAs7_26wNBRWM6BDhnonoA5FMERax0 | Video | All important topics covered with good hands-on demo | It's **free**.## For Advanced
### Docker
Author | Tutorial | Type | Comments | Note
| -----| -------- | ---- | -------- | ----
[Travis Thomsen](https://github.com/tthomsen) | https://linuxacademy.com/course/docker-deep-dive-part-1 | Video | Covers a lot in deep about docker. | It's a **paid** course.### Kubernetes
Author | Tutorial | Type | Comments | Note
| -----| -------- | ---- | -------- | ----
[Kelsey Hightower](https://github.com/kelseyhightower) | https://github.com/kelseyhightower/kubernetes-the-hard-way | GitHub | Learn to build a kubernetes cluster from scratch. | The code in this repo is written to run on Google Cloud Platform
[Will Boyd]() | https://linuxacademy.com/course/kubernetes-the-hard-way | Video | You will learn to create Kubernetes cluster from scratch and will learn a lot about architecture of K8s. This course is reffered from Kelsey Hightower's repo. | It's a **paid** course.
[Daniele](https://twitter.com/danielepolencic) | https://twitter.com/danielepolencic/status/1298543151901155330 | Twitter Thread | Its a list of thread which explains for components of K8s work | free.