Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Kubernetes on AWS

You're reading from   Kubernetes on AWS Deploy and manage production-ready Kubernetes clusters on AWS

Arrow left icon
Product type Paperback
Published in Nov 2018
Publisher Packt
ISBN-13 9781788390071
Length 270 pages
Edition 1st Edition
Tools
Arrow right icon
Author (1):
Arrow left icon
Ed Robinson Ed Robinson
Author Profile Icon Ed Robinson
Ed Robinson
Arrow right icon
View More author details
Toc

Table of Contents (12) Chapters Close

Preface 1. Google's Infrastructure for the Rest of Us FREE CHAPTER 2. Start Your Engines 3. Reach for the Cloud 4. Managing Change in Your Applications 5. Managing Complex Applications with Helm 6. Planning for Production 7. A Production-Ready Cluster 8. Sorry My App Ate the Cluster 9. Storing State 10. Managing Container Images 11. Other Books You May Enjoy

Summary

In this chapter, we have learned how to use Kubernetes to run our applications and, importantly, how to roll out new versions of our applications and their configurations.

We built on our basic knowledge of pods and deployments from the previous chapters:

  • Pods are the lowest-level abstraction that Kubernetes provides us
  • All the other resources that deal with running containers, such as jobs, ScheduledJobs, deployments, and even DaemonSet, work by creating pods in specific ways.
  • Normally, we don't want to create pods directly because if the node a pod is running on stops working, then so will the pod. Using one of the higher-level controllers ensures that a new pod will be created to replace failed pods.
  • The higher-level resources, such as deployments and DaemonSet, provide a mechanism to replace one version of a pod with a different one in a controlled way. We learned...
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime