1. Home
  2. Kubernetes
  3. Books

Kubernetes Books

Kubernetes in Action

by Marko Luksa4.65

A comprehensive guide to effectively developing and running applications in a Kubernetes environment. Before diving into Kubernetes, the book gives an overview of container technologies like Docker. Learn more »

Cloud Native DevOps with Kubernetes

by John Arundel, Justin Domingus4.38

Kubernetes is the operating system of the cloud-native world, providing a reliable and scalable platform for running containerized workloads. Learn more »

Kubernetes Patterns

by Bilgin Ibryam, Roland Huss D4.3

The book provides common reusable elements, patterns, principles, and practices for designing and implementing cloud-native applications on Kubernetes. Each pattern includes a description of the problem, and a proposed solution with Kubernetes specifics. Learn more »

Kubernetes Best Practices

by Brendan Burns, Eddie Villalba, Dave Strebel, Lachlan Evenson4.17

In this practical guide, four Kubernetes professionals with deep experience in distributed systems, enterprise application development, and open source will guide you through the process of building applications with this container orchestration system. Learn more »

Kubernetes: Up and Running

by Brendan Burns, Joe Beda , Kelsey Hightower4.03

The updated edition of this practical book shows developers and ops personnel how Kubernetes and container technology can help you achieve new levels of velocity, agility, reliability, and efficiency. Learn more »

Kubernetes on AWS

by Ed Robinson3.5

Kubernetes on AWS guides you in deploying a production-ready Kubernetes cluster on the AWS platform. You will then discover how to utilize the power of Kubernetes, which is one of the fastest growing platforms for production-based container orchestration, to manage and update your applications. Learn more »

You may also want to try

Kubernetes online courses

Kubernetes for Beginners: Google Cloud, AWS & Azure
Kubernetes for Beginners: Google Cloud, AWS & Azure
  • 4.63
  • 13 hrs
  • 137 lectures

Kubernetes for Beginners - with Spring Boot Java Microservices - Play with GKE, AWS EKS & Azure AKS Learn more »

Kubernetes Mastery: Hands-On Lessons From A Docker Captain
Kubernetes Mastery: Hands-On Lessons From A Docker Captain
  • Bret Fisher
  • 4.64
  • 8 hrs
  • 111 lectures

Learn the key Kubernetes features and plugins while practicing DevOps workflows, from a container expert Learn more »

Docker and Kubernetes: The Complete Reference
Docker and Kubernetes: The Complete Reference
  • Lawrence Manickam
  • 3.61
  • 1.5 hrs
  • 16 lectures

Learn Docker, Podman, and Cloud Managed Kubernetes Services. Demos for Docker, Podman, AKS, Amazon EKS and GKE Learn more »

Popular categories

  • Python
  • AWS
  • Kubernetes
  • Java
  • JavaScript
  • DevOps
  • Docker
  • NodeJS

Popular frameworks

  • Spring Boot
  • Django
  • Laravel
  • React
  • Symfony
  • Akka
  • Flutter
  • Quarkus

Useful tutorials

How to merge two dictionaries in Python?

Python makes merging two dictionaries easy. Below you can find an example created directly in the Python interpreter. It defines two dictionaries, a and b, and then it creates a new dictionary c by merging two previously created dictionaries. Learn more »

How to title case each word in Python?

Sometimes you need to change the case of the words in a given string. For instance, you get an input which represents the first name and the last name, and you want to make sure it is correctly capitalized. Learn more »

© 2021 howtolearn.blog

Disclosure: Some of the links on that page are affiliate links - if you go through them to make a purchase, we will earn small commission. No extra cost on your side.