Video description
Ship and run distributed applications anywhere with Docker
About This Video
- Build secure, resilient, scalable and rapidly evolving distributed applications using Docker containers.
- Containerize your application services and learn how to use secrets to handle sensitive data, instrument the services to monitor them, and deal with persistent data.
- Learn how to create production ready deployments for your distributed application using Kubernetes.
In Detail
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.
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.
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.
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.
Audience
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.
Publisher resources
Table of contents
-
Chapter 1 : Containerizing a Distributed Application
- Course Overview
- Introduction to the sample application
- Authoring a Dockerfile for Each Application Service
- Develop, Test and Debug a Service Running in a Container
- Minimizing Docker Images Using Multi-Stage Docker Builds
- Using Docker Compose to Run and Troubleshoot Our Distributed Application Locally
- Chapter 2 : Dealing with Persistent State
- Chapter 3 : Securing Your Distributed Applications
- Chapter 4 : Building Resilient and Scalable Services
- Chapter 5 : Preparing Production Deployments
Product information
- Title: Hands-On Kubernetes and Docker for Distributed Applications
- Author(s):
- Release date: January 2019
- Publisher(s): Packt Publishing
- ISBN: 9781788994033
You might also like
video
Kubernetes in 7 Days
Build strong Kubernetes foundations in 1 week About This Video Learn how to build, manage, and …
video
Kubernetes Microservices
Microservices designs require you to change how you build and deploy applications. Instead of creating a …
video
Docker in Motion
Inside: Docker in Motion teaches you how to create and manage container-hosted applications in Docker. With …
book
Software Engineering at Google
Today, software engineers need to know not only how to program effectively but also how to …