• Post category:StudyBullet-5
  • Reading time:7 mins read


What you will learn

Apply the latest DevOps and Kubernetes practices in real-world scenarios

Gain hands-on experience by doing real labs

Advance your DevOps career in Kubernetes

Add more projects to your GitHub portfolio

Description

This class in one mile wide and one foot deep!

Welcome to DevOps projects using Kubernetes – a hands-on guide. This class is an intermediate to advanced level one. I designed it for anyone who has some basic DevOps and cloud (AWS) experience but they need hands-on labs to practice what they’ve learned.


Get Instant Notification of New Courses on our Telegram channel.


Get ready to take your Kubernetes, AWS, and DevOps knowledge and experience to the next level by exploring how real-world companies use these technolgies.

In this class, you will find very little theory and very much hands-on. It’s important to understand how this course is designed before making the decision to enroll in it. For example, you will find many practical use-cases for Helm. But you will not find a reference to all Helm commands. I assume you already have some experience with that. I also assume that you have some Kubernetes and AWS knowledge so topics like StatefulSets, Deployments, Pods, and IAM roles, EC2 instances, and S3 buckets will not be explained from scratch.

Having said that, let’s explore what this class covers:

  • More than one way to deploy Kubernetes on AWS. Although most companies choose the easy option which is using EKS for deploying Kubernetes, there are other ways available like kops. If you don’t want to use a tool, you can even do it the hard way using kubeadm. We’ll see how we can semi-automate the process using Terraform and Packer.
  • When it comes to app-provisioning in Kubernetes, the list goes long. In section 2, we explore the most well-known app-provisioning tools. We start with Kustomize, then we move to Helm. Finally, we dive into the most sophisticated (yet, most powerful) way of Kubernetes app-provisioning: using operators. We’ll learn about Kudo, which takes care of a lot of the heavy lifting for us.
  • For the rest of the class, we could not just continue with a Hello-World type of application. We needed something more complex yet easy to digest. So, we developed an application specifically for this class called “The Weather app”. It’s a microservices application that consists of three components. Written in Go, JavaScript, and Python, The Weather App will help you understand the DevOps concepts laid out in the rest of the course.
  • In the CI/CD part of this class, we explore Gitlab, which is one of the most prominent tools out there. We create a simple CI pipeline then we gradually make it more complex by introducing continuous delivery and deployment. 
  • Finally, we explain how we can establish disaster recovery and data protection using EBS volume snapshots as well as using a third-party tool called Velero.

I hope you will enjoy watching this class and doing the labs inside. As always, you have 30-days money-back guarantee, no questions asked. Go ahead and have a look at the preview videos, and enroll now!

English
language

Content

Three ways to deploy Kubernetes on AWS

Why those Kubernetes-deployment methods?
Kubernetes deployment on AWS using kops
Kubernetes deployment on AWS using EKS
Kubernetes deploynent on AWS using kubeadm (1) – Packer
Kubernetes deployment on AWS using kubeadm (2) – Terraform
Which Kubernetes deployment-method is the best?

Provisioning cloud-native applications on Kubernetes

What are we going to build?
App-provisioning on Kubernetes using Kustomize
App-provisioning on Kubernetes using Helm
Blue/Green deployments (A/B testing) using Helm (extra lecture)
Introduction to Kubernetes Operators
What is Kudo Operator Builder?
Provisioning MySQL on Kubernetes using Kudo operator builder
Build your own Kudo operator (managing Nginx day-2 operations)
Section conclusion

Exploring our sample application “The Weather App”

Exploring our sample microservices application (the Weather App)
Provisioning the “weather App” using docker-compose (extra lecture)
Provisioning the “Weather App” using Helm to Kubernetes

Implementing CI/CD with Kubernetes using GitLab

What is CI/CD?
Setting up a CI/CD user for EKS and non-EKS Kubernetes clusters
Setting up a GitLab repository
Preparing the GitLab CI/CD pipeline
GitLab CI stage 1: Build and Push
GitLab CI stage 2: Delivery to staging environments
GitLab CI stage 3: Deployment to production environment

Handling Disaster Recovery situations in Kubernetes on AWS

Using EBS snapshots for Kubernetes disaster recovery
Introducing Velero as a Kubernetes disaster recovery tool
Using Velero to restore data to the same Kubernetes cluster
Using Velero to clone a Kubernetes cluster (aka data migration)