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 1
Introduction and Overview of Kubernetes Architecture
Content Locked
Section 6
Building our First Pod
This video will cover the deployment of our first pod in our Minikube cluster. - Create a YAML file for the deployment of pod - Discuss each component in the pod YAML file - Ensure the creation of the pod and its services using kubectl and Docker command utilities