Book Image

Kubernetes Recipes [Video]

By : Muhammad Atif Ramzan
Book Image

Kubernetes Recipes [Video]

By: Muhammad Atif Ramzan

Overview of this book

Kubernetes is Google's solution for managing clusters of containers. Kubernetes provides a declarative API to manage clusters while giving us a lot of flexibility. This course will provide you with recipes on managing containers more effectively in different production scenarios by using Kubernetes. You will first learn how Kubernetes works with containers and will work through an overview of the main Kubernetes features such as pods, replication controllers, and more. Next, you will learn how to create Kubernetes clusters and how to run programs on Kubernetes. Then you will be introduced to features such as high availability, setting up Kubernetes masters, using Kubernetes with Docker, and orchestration with Kubernetes using AWS. Later, you will explore how to use Kubernetes-UI and how to set up and manage Kubernetes clusters on the cloud and bare-metal. You will also work through recipes on microservice management with Kubernetes. Upon completion of this course, you will be able to use Kubernetes in production and will have a better understanding of how to manage your containers using Kubernetes. The code bundle for this course is available at https://github.com/PacktPublishing/Kubernetes-Recipes
Table of Contents (5 chapters)
Chapter 4
Self-Healing and Auto-Scaling
Content Locked
Section 2
Liveness Probes in Kubernetes
In this video, you will learn how to create a trigger if the application fails in the container. - Grasp the concept of liveness probes in Kubernetes - Define the use cases and benefits of liveness probe in Kubernetes - Demonstrate and test how to implement the liveness probe