Book Image

Kubernetes in 7 Days [Video]

By : Des Drury
Book Image

Kubernetes in 7 Days [Video]

By: Des Drury

Overview of this book

Kubernetes allows you to deploy cloud-native applications anywhere and manage them exactly as you like everywhere. Kubernetes is a core tool in DevOps; it gives you the ability to schedule and manage containers (Docker or otherwise) at scale. This course will help you to unravel the potential of Kubernetes in the shortest amount of time. You will begin by creating your first Kubernetes cluster using Minikube. Then move on to exploring Kubernetes in some more detail and build a complex cluster. By the 4th Day, you will learn to enhance your cluster with a Grafana based monitoring dashboard in your application. Once you’ve acquired knowledge on dashboards, explore how a Kubernetes cluster provisions storage to its applications and learn how to secure them. Finally, learn to create a CI/CD pipeline to build and deploy your applications. If you are looking to deploy and manage your application on the market's leading platform (Kubernetes) in the quickest possible time, then this course is for you! The code bundle for this video course is available at - https://github.com/PacktPublishing/Kubernetes-in-7-Days-V-
Table of Contents (7 chapters)
Chapter 5
Day 5 - Persistence and Databases
Content Locked
Section 4
Deploy a HA Database
This video describes how to deploy a HA MariaDB database that makes use of the persistent storage provided by Rook. - Install MariaDB - Deploy a HA version of the MariaDB database - Clean up the rook sample workloads