{"id":15798175,"url":"https://github.com/thomascode92/docker-k8s-practical-guide","last_synced_at":"2026-04-13T20:03:26.185Z","repository":{"id":244849242,"uuid":"816422281","full_name":"ThomasCode92/docker-k8s-practical-guide","owner":"ThomasCode92","description":"Learn Docker, Docker Compose, Multi-Container Projects, Deployment and all about Kubernetes from the ground up! 🐳☸️","archived":false,"fork":false,"pushed_at":"2024-08-27T17:47:04.000Z","size":5836,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-10-12T00:51:00.373Z","etag":null,"topics":["docker","docker-compose","kubernetes","learn-docker","learn-kubernetes","udemy-course"],"latest_commit_sha":null,"homepage":"https://www.udemy.com/course/docker-kubernetes-the-practical-guide/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ThomasCode92.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-06-17T18:06:49.000Z","updated_at":"2024-08-27T17:47:08.000Z","dependencies_parsed_at":"2024-08-12T07:25:05.389Z","dependency_job_id":"d90cf584-18b7-44d1-a641-75273c10c00b","html_url":"https://github.com/ThomasCode92/docker-k8s-practical-guide","commit_stats":{"total_commits":16,"total_committers":1,"mean_commits":16.0,"dds":0.0,"last_synced_commit":"8721658b3f4ee2e14feb45fec415ed6a0e257955"},"previous_names":["thomascode92/docker-k8s-practical-guide"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThomasCode92%2Fdocker-k8s-practical-guide","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThomasCode92%2Fdocker-k8s-practical-guide/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThomasCode92%2Fdocker-k8s-practical-guide/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThomasCode92%2Fdocker-k8s-practical-guide/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ThomasCode92","download_url":"https://codeload.github.com/ThomasCode92/docker-k8s-practical-guide/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246531975,"owners_count":20792736,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker","docker-compose","kubernetes","learn-docker","learn-kubernetes","udemy-course"],"created_at":"2024-10-05T00:23:55.238Z","updated_at":"2026-04-13T20:03:26.179Z","avatar_url":"https://github.com/ThomasCode92.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Docker \u0026 Kubernetes - The Practical Guide\n\nLearn Docker, Docker Compose, Multi-Container Projects, Deployment and all about Kubernetes from the ground up! 🐳☸️\n\n**About this Repository**\u003cbr /\u003e\n🌐 Dive into the world of [Docker](https://react.dev/) and [Kubernetes](https://kubernetes.io/) with this _[Practical Guide](https://www.udemy.com/course/docker-kubernetes-the-practical-guide/)_.\u003cbr /\u003e\n⭐ Comprehensive resource for understanding and implementing containerization and orchestration using Docker and Kubernetes.\u003cbr /\u003e\n🔍 Practical examples and hands-on projects for solidifying the concepts and tools required for modern DevOps practices.\u003cbr /\u003e\n🚀 Develop, deploy, and scale applications with Docker and Kubernetes!\n\n**Table of Content**\n\n| Module                          | Description                                                          | Resources                                                                                                                                                                                     |\n| ------------------------------- | -------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |\n| Images \u0026 Containers             | The Core Building Blocks                                             | [Folder](./images-containers) \u0026 [Commits](https://github.com/ThomasCode92/docker-k8s-practical-guide/commits/images-containers/)\u003cbr /\u003e[Cheat Sheet](./images-containers/docs/cheat-sheet.pdf) |\n| Volumes                         | Managing Data \u0026 Working with Volumes                                 | [Folder](./data-volumes/) \u0026 [Commits](https://github.com/ThomasCode92/docker-k8s-practical-guide/commits/data-volumes)\u003cbr /\u003e[Cheat Sheet](./data-volumes/docs/cheat-sheet.pdf)                |\n| Networking                      | (Cross-)Container Communication                                      | [Folder](./networking/) \u0026 [Commits](https://github.com/ThomasCode92/docker-k8s-practical-guide/commits/networking)\u003cbr /\u003e[Cheat Sheet](./networking/docs/cheat-sheet.pdf)                      |\n| Multi-Container Apps            | Building Multi-Container Applications with Docker                    | [Folder](./multi-container-apps/) \u0026 [Commits](https://github.com/ThomasCode92/docker-k8s-practical-guide/commits/multi-container-apps)                                                        |\n| Docker Compose                  | Elegant Multi-Container Orchestration                                | [Folder](./docker-compose/) \u0026 [Commits](https://github.com/ThomasCode92/docker-k8s-practical-guide/commits/docker-compose)\u003cbr /\u003e[Cheat Sheet](./docker-compose/docs/cheat-sheet.pdf)          |\n| Utility Containers              | Using Utility Containers \u0026\u003cbr /\u003eExecuting Commands in Containers     | [Folder](./utility-containers/) \u0026 [Commits](https://github.com/ThomasCode92/docker-k8s-practical-guide/commits/utility-containers)                                                            |\n| Laravel Setup                   | A More Complex Setup - Laravel \u0026 PHP Dockerized Project              | [Folder](./laravel-setup/) \u0026 [Commits](https://github.com/ThomasCode92/docker-k8s-practical-guide/commits/laravel-setup/)                                                                     |\n| Deploying Docker Containers     | Deploy Docker Containers with AWS EC2 \u0026 AWS ECS                      | [Folder](./deploying-containers/) \u0026 [Commits](https://github.com/ThomasCode92/docker-k8s-practical-guide/commits/deploying-containers/)                                                       |\n| Getting Started with Kubernetes | An introduction to Kubernetes and its architecture                   | [Folder](./k8s-introduction/) \u0026 [Commits](https://github.com/ThomasCode92/docker-k8s-practical-guide/commits/k8s-introduction/)\u003cbr /\u003e[Cheat Sheet](./k8s-introduction/docs/cheat-sheet.pdf)   |\n| Kubernetes in Action            | Diving into the Core Concepts of Kubernetes                          | [Folder](./k8s-core-concepts/) \u0026 [Commits](https://github.com/ThomasCode92/docker-k8s-practical-guide/commits/k8s-core-concepts/)                                                             |\n| Kubernetes Volumes              | Managing Data \u0026 Working with\u003cbr /\u003e(Persistent) Volumes in Kubernetes | [Folder](./k8s-data-volumes/) \u0026 [Commits](https://github.com/ThomasCode92/docker-k8s-practical-guide/commits/k8s-data-and-volumes/)                                                           |\n| Kubernetes Networking           | Connecting Pods, Containers \u0026 The World                              | [Folder](./k8s-networking/) \u0026 [Commits](https://github.com/ThomasCode92/docker-k8s-practical-guide/commits/k8s-networking/)                                                                   |\n| Kubernetes Deployment           | Introduction to Deploying Containers with Kubernetes                 | [Folder](./k8s-deployment/) \u0026 [Commits](https://github.com/ThomasCode92/docker-k8s-practical-guide/commits/k8s-deployment/)                                                                   |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthomascode92%2Fdocker-k8s-practical-guide","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthomascode92%2Fdocker-k8s-practical-guide","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthomascode92%2Fdocker-k8s-practical-guide/lists"}