X
Learn Docker – Fundamentals of Docker
Learn Docker – Fundamentals of Docker

Learn Docker – Fundamentals of Docker 19.x: Build, test, ship, and run containers with Docker and Kubernetes, 2nd Edition

Product ID : 47763860


Galleon Product ID 47763860
Shipping Weight 0 lbs
I think this is wrong?
Model
Manufacturer
Shipping Dimension 0 x 0 x 0 inches
I think this is wrong?
-
No price yet.
Price not yet available.

Pay with

About Learn Docker – Fundamentals Of Docker

Deep dive into the core functionalities of containerizing your application and making them production-readyKey FeaturesA complete guide from basic to advanced concepts of DockerGet acquainted with Docker containers, Docker images, orchestrators, cloud integration, and networkingLearn to simplify dependencies, deploy and test containers in productionBook DescriptionContainers allow a developer to package up an application with all of the parts it needs, such as libraries and other dependencies, and ship it all out as one package.Containerize your traditional monolithic or modern microservice-based application. Evolve, modify, debug and test your code while running in a container. Share or ship your application as a set of immutable container images. Build a Docker Swarm and a Kubernetes cluster on-premise or in the cloud. Run your highly distributed application on Docker Swarm or Kubernetes. Update or rollback individual services of your distributed application with zero downtime. Monitor and troubleshoot your application as it runs in production. Finally, secure your application using software-defined networks, network policies, and secrets.By the end of this book, you will be able to build, ship and run a containerized, highly distributed application on Docker swarm or Kubernetes, running on-premise or in the cloud.What you will learnContainerize your traditional or microservice-based applicationEvolve, modify, debug and test an application running inside a containerShare or ship your application as an immutable container imageBuild a Docker swarm and a Kubernetes cluster in the cloudRun a highly distributed application using Docker Swarm or KubernetesUpdate or rollback a distributed application with zero downtimeSecure your applications via encapsulation, networks, and secretsTroubleshoot a contain