Deploying Software to Kubernetes

Deploying Software to Kubernetes

English | MP4 | AVC 1920×1080 | AAC 48KHz 2ch | 2h 24m | 426 MB

Deploy, manage and monitor applications on Kubernetes

Kubernetes is the new infrastructure. If you understand how to use it, it automatically unlocks the benefits of standard continuous delivery in your apps. We are going to set up a Kubernetes cluster in Google Cloud Platform and deploy software in a CI/CD manner so that we speed up the release cycle in a way that has no one seen before.

This video course starts by explaining the organizational alignment that has to happen in every company that wants to implement DevOps in order to be effective.

We delve into deploying and managing applications on Kubernetes, but we also take a look at how Docker Swarm works. We also explore how to create a continuous delivery pipeline and deploy a microservice-based system to update it, keeping all the lights on.

We will review some tools for monitoring software, but our focus will be on Stackdriver, as this monitoring solution from Google Cloud Platform provides us (out of the box) with a fairly comprehensive set of tools to deal with the flaws in our systems.

This video takes a step-by-step, practical approach to the implementation of DevOps. This video course will teach you how to enable IT organizations to deliver faster and smarter through a unique approach using Code-Build-Test-Release-Configure-Monitor.

What You Will Learn

  • Master development best practices
  • Create cost-effective work units with DevOps
  • Learn to deploy and manage the application on Kubernetes
  • Create a continuous delivery pipeline
  • Learn to put specific metrics in place to measure DevOps ROI and monitor logs and events in a system
Table of Contents

DevOps in the Real World
1 The Course Overview
2 What Is DevOps
3 Traditional and Modern Release Management
4 DevOps and Microservices

Docker Swarm and Kubernetes – Clustering Infrastructure
5 Docker Swarm
6 Kubernetes Logical Architecture
7 Setting Up a Cluster in GCP
8 Kubernetes Building Blocks
9 Secrets and Configuration Management

Release Management – Continuous Delivery
10 Test System
11 Setting Up a Continuous Delivery Pipeline for Images
12 Setting Up Jenkins
13 Continuous Delivery for Your Application