├── Code Files.zip ├── LICENSE └── README.md /Code Files.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Hands-On-Kubernetes-and-Docker-for-Distributed-Applications-V-/2ff4dbe6d494d5a50db64aa1666d347c6aa86683/Code Files.zip -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2019 Packt 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | # Hands-On-Kubernetes-and-Docker-for-Distributed-Applications-V- 5 | This is the code repository for [Hands-On Kubernetes and Docker for Distributed Applications [Video]](https://www.packtpub.com/virtualization-and-cloud/hands-kubernetes-and-docker-distributed-applications-video), published by [Packt](https://www.packtpub.com/?utm_source=github). It contains all the supporting project files necessary to work through the video course from start to finish. 6 | ## About the Video Course 7 | If you have a mission critical application that needs to be up and running 24/7 and each outage would cost you a lot of money and reputation then it is important that you have the right tools and processes in place to handle this requirement. Docker allow you to package the many application services that are part of your distributed application into self contained standard packages called containers. With the tool docker-compose developers can then run, scale, test and debug the application, simulating a production like environment on their development workstations. 8 | This course shows you how Docker can be used to isolate your application services and their dependencies into a single self-contained unit that can reliably run anywhere. You will learn to build, ship and run distributed applications on any platform using Kubernetes as the orchestrator. 9 | With Docker containers, your applications can run smoothly without you worrying about the environment where they run. This aids in improved security, better scalability, resilience and fault-tolerance, making life easier for developers and operators alike who need a standardized deployment and operations model. 10 | By the end of this course you will be able to use Docker and Kubernetes to build distributed applications that are scalable, resilient, fault tolerant and secure. Furthermore you will be able to deploy these applications to any Kubernetes cluster running on any platform on premise or in the cloud. 11 | 12 | The code bundle for this video course is available at - https://github.com/PacktPublishing/Hands-On-Kubernetes-and-Docker-for-Distributed-Applications-V- 13 | 14 |

What You Will Learn

15 |
16 |
24 | 25 | ## Instructions and Navigation 26 | ### Assumed Knowledge 27 | To fully benefit from the coverage included in this course, you will need:
28 | This video course is for experienced DevOps and software engineers who want to use Docker and Kubernetes to solve many of the hard problems they run into with distributed applications. If you want to keep track of all you application components, orchestrate and administrate them in a consistent way, then you've come to the right place. 29 | ### Technical Requirements 30 | This course has the following software requirements:
31 | Docker for Desktop
32 | Chrome browser (latest version)
33 | Any code editor
34 | Bash terminal
35 | 36 | 37 | 38 | ## Related Products 39 | * [Hands-On Kubernetes and Docker for Distributed Applications [Video]](https://www.packtpub.com/virtualization-and-cloud/hands-kubernetes-and-docker-distributed-applications-video) 40 | 41 | * [Containerization with Docker and Kubernetes in Azure [Video]](https://www.packtpub.com/virtualization-and-cloud/containerization-docker-and-kubernetes-azure-video) 42 | 43 | * [AWS MasterClass: Docker Containers In The Cloud With AWS ECS [Video]](https://www.packtpub.com/application-development/aws-masterclass-docker-containers-cloud-aws-ecs-video) 44 | --------------------------------------------------------------------------------