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 3
Kubernetes Administration
Content Locked
Section 3
Ingress
This video focuses on how the ingress feature works in Kubernetes cluster. Furthermore, we have configured the ingress for a use case. - Install ingress controller in Kubernetes cluster - Deploy a pod and create a service for the ingress - Create a rule for the ingress and access the application outside the Kubernetes cluster