Mô tả

One of the best courses in the Apache Kafka Series!

Learn Kafka Administration, Kafka Monitoring, Kafka Operations and Kafka Upgrades in this 5+ hours course. Join hundreds of knowledge savvy students into learning some of the most important knowledges that any Kafka administrator should know and master.

----------------------------

This course is important for the following reasons:

Administration for Apache Kafka

> Setup UI tools such as Kafka Manager, ZooNavigator and Kafka Monitor to get a full view of your cluster
> Understand basic operations you can perform with these tools

Monitoring for Apache Kafka

> A Kafka that is not monitored is a ticking time-bomb.
> Setup proper monitoring for Kafka & Zookeeper
> Store your metrics in Prometheus and visualise in Grafana

Operations for Apache Kafka

> Perform the most common and difficult operations demanded in your Apache Kafka Cluster
> Roll Restart your brokers in only one command
> Update Kafka Configurations safely with no downtime
> Rebalance Partitions and Change the Replication Factor of your topics
> Add, Replace and Remove Brokers.

Upgrades for Apache Kafka

> Understand the subtlety of upgrading a Kafka Cluster
> Step by step explanation on upgrading a Cluster with no Downtime

----------------------------

PRE-REQUISITES - THIS IS AN ADVANCED COURSE

> Good Understanding of Kafka & Kafka Setup
> Basic Understanding of AWS Cloud.
> Knowledge of how to SSH into a Server
> Good Understanding of Linux & computing overall
> Strong Ability to use the Command Line

-----------------------------


Hands On Based Course

Note: This course is advanced and little time will be spent on basics. It will incur cost in AWS

This course is the first and only available Kafka Monitoring and Operations on the web. Get it now to become an Apache Kafka expert!

Section outline:

  1. Course Introduction: Let's learn why we need Monitoring & Operations in Apache Kafka

  2. Kafka Quick Setup in AWS: Setup Kafka using AWS CloudFormation. No Knowledge of CloudFormation is required

  3. Kafka Administration Setup: Setup Basic Admin and Monitoring Tools on our Cluster

  4. Kafka Monitoring Setup: Grafana + Prometheus: Setup Kafka & Zookeeper Monitoring using Prometheus and Grafana

  5. Kafka Operations: Learn the most common and difficult Kafka operations 

  6. Kafka Cluster Upgrade: Learn the steps to properly upgrade a Kafka Cluster with no downtime

===============================

Instructor

My name is Stephane Maarek, and I'll be your instructor in this course. I teach about Apache Kafka, the Kafka ecosystem and Kafka Certifications with my focus always on helping my students improve their professional proficiencies. I am also the co-founder of Conduktor: an enterprise Apache Kafka platform & UI to help everyone use Kafka.

Throughout my career in designing and delivering these certifications and courses, I have already taught 1,000,000+ students and gotten 350,000+ reviews!

With Apache Kafka becoming much more than a buzzword out there, I've decided it's time for students to properly learn how to be a Kafka professional. So, let’s kick start the course! You are in good hands!

===============================

This Course Also Comes With:

  • Lifetime Access to All Future Updates

  • A responsive instructor in the Q&A Section

  • Links to interesting articles, and lots of good code to base your next applications onto

  • Udemy Certificate of Completion Ready for Download

This is the course that could improve your career!

Apache Kafka is a skill in high demand and there are not enough people to fulfill all the open positions. You can boost your income, take on new roles and fun challenges. Many of my students are now the Kafka experts of their companies! You can be the next!

I hope to see you inside the course!

=======================

Note: Looking for more advanced Kafka concepts? There are many volumes in the Apache Kafka Series:

  • Learn Kafka for Beginners v2 (great to start)

  • Kafka Connect Hands On Learning

  • Kafka Streams for Data Processing

  • KSQL on ksqlDB - Hands On!

  • Kafka Cluster Setup & Administration

  • Confluent Schema Registry & Kafka REST Proxy

  • Kafka Security (SSL SASL ACL)

  • Kafka Monitoring and Operations

Happy learning!


Bạn sẽ học được gì

Setup a Multi Broker Kafka Cluster in no-time in AWS (using CloudFormation)

Setup Administration Tools such as Kafka Manager, ZooNavigator, LinkedIn's Kafka Monitor

Setup Monitoring using Grafana and Prometheus

Learn how to perform a safe and automated Roll Restart of Kafka Brokers

Update Brokers Configurations in a safe way

Rebalance Partitions in a Kafka Cluster

Increase and Decrease the Replication Factor of Topics

Add a Broker to a Kafka Cluster

Service and Replace a Broker in a Kafka Cluster

Remove a Broker in a Kafka Cluster

Install Command Line Interface (CLI) tools to automate workflows

Upgrade a Kafka Cluster with no downtime

Yêu cầu

  • Kafka Basics + Setup Knowledge
  • Linux Knowledge
  • Windows / Linux / MacOS X are ok
  • Cloud Computing Understanding preferred
  • No Knowledge of AWS CloudFormation is required

Nội dung khoá học

8 sections

Course Overview and Introduction

3 lectures
Course Overview
07:09
Important Message
01:52
About your instructor
02:45

Code Download

1 lectures
Code Download
00:14

Kafka Quick Setup in AWS

8 lectures
What is AWS CloudFormation
01:32
Target Architecture and Setup
04:18
Create AWS Account & Cost of Tutorial
00:22
[Hands-On] Deploy Zookeeper Using CloudFormation
08:15
[Hands-On] Deploy Kafka Using CloudFormation
07:38
[Hands-On] Overview of our Zookeeper Cluster
09:26
[Hands-On] Overview of our Kafka Cluster
05:03
[Hands-On] Stopping the Kafka Cluster
02:49

Kafka Administration Setup

6 lectures
[Hands-On] Overview and Setup of Monitoring Machine
08:10
IMPORTANT: Security
00:25
[Hands-On] Setup Zoonavigator
07:52
[Hands-On] Setup Kafka Manager
08:08
[Hands-On] Setup Kafka Monitor
09:27
Commands Cheat Sheet
00:10

Kafka Monitoring Setup: Grafana + Prometheus

16 lectures
Overview of Monitoring
05:06
[Hands-On] Setting up Prometheus + Kafka Broker 1
17:31
[Exercise] Broker 2 & 3 Prometheus Setup
00:17
[Solution] Broker 2 & 3 Prometheus Setup
05:20
[Exercise] Zookeeper & Prometheus Setup
00:18
[Solution] Zookeeper & Prometheus Setup
09:40
[Hands-On] Setup Grafana on Administration Server
06:49
[Hands-On] Setup Kafka Dashboard on Grafana
05:43
Important Metrics to monitor
06:04
[Hands-On] Adding Graphs to Grafana
10:15
[Exercise] Adding more graphs to Grafana
00:08
[Solution] Adding more graphs to Grafana
03:01
Find Grafana dashboard in the code
00:03
What about monitoring Kafka Connect, Kafka Streams, etc?
00:26
[Hands-On] Observing Grafana when we kill a broker
05:05
Considerations to make the setup production-ready
01:59

Kafka Operations

20 lectures
[Hands-On] Install Jolokia Agent on Broker 1
07:54
[Exercise] Install Jolokia on Broker 2 & 3
00:09
[Solution] Install Jolokia on Broker 2 & 3
03:38
[Hands-On] Install Rolling Restart Script
14:03
[Hands-On] Run Roll Restart Script
07:21
[Hands-On] Updating Configurations 1st method (rolling restart)
03:45
[Hands-On] Updating Configurations 2nd method (kafka-configs command)
11:18
[Hands-On] Rebalancing Partitions using plain commands and JSON
12:10
[Hands-On] Rebalancing Partitions using Kafka Manager
02:40
[Hands-On] Rebalancing Partitions using LinkedIn tools
08:10
[Hands-On] Increasing Replication Factor using plain commands and JSON
06:38
[Hands-On] Increasing Replication Factor using LinkedIn tools
04:47
[Hands-On] Adding Broker 4 using CloudFormation
09:55
[Exercise] Moving partitions over to Broker 4 using the CLI tools
00:08
[Solution] Moving partitions over to Broker 4 using the CLI tools
04:30
[Hands-On] Replacing a Broker keeping EBS Volume
07:02
[Hands-On] Replacing a Broker losing an EBS Volume
03:41
Removing a Broker Overview
01:00
[Exercise] Remove Broker 4
00:10
[Solution] Remove Broker 4
08:01

Kafka Cluster Upgrade

7 lectures
Upgrading a Kafka Cluster Overview
02:19
[Advanced] Zero Copy, Up and Down Conversions
08:06
[Hands-On] Kafka Broker Upgrade Step 1
04:02
[Hands-On] Kafka Broker Upgrade Step 2
02:58
[Hands-On] Kafka Broker Upgrade Step 3
03:03
[Hands-On] Kafka Broker Upgrade Step 4
01:40
[Hands-On] Kafka Broker Upgrade Step 5
03:14

Next Steps

4 lectures
Cleaning up AWS
01:17
Next Steps & Congratulations!
02:02
THANK YOU!
01:32
Bonus Lecture
00:57

Đánh giá của học viên

Chưa có đánh giá
Course Rating
5
0%
4
0%
3
0%
2
0%
1
0%

Bình luận khách hàng

Viết Bình Luận

Bạn đánh giá khoá học này thế nào?

image

Đăng ký get khoá học Udemy - Unica - Gitiho giá chỉ 50k!

Get khoá học giá rẻ ngay trước khi bị fix.