Apache Kafka Series – Kafka Security | SSL SASL Kerberos ACL
Apache Kafka Series – Kafka Security | SSL SASL Kerberos ACL, available at $94.99, has an average rating of 4.54, with 44 lectures, based on 1690 reviews, and has 16551 subscribers.
You will learn about Setup and use SSL encryption in Kafka Setup and use SSL authentication in Kafka Setup and use SASL Kerberos authentication in Kafka Create and use ACLs in Kafka Configure Kafka Clients to make them work with security Configure Zookeeper Security This course is ideal for individuals who are Administrators who want to start setting up Kafka Security or Developers who want to learn which security settings to use in their programs or Solution Architects who want to learn how Kafka Security works It is particularly useful for Administrators who want to start setting up Kafka Security or Developers who want to learn which security settings to use in their programs or Solution Architects who want to learn how Kafka Security works.
Enroll now: Apache Kafka Series – Kafka Security | SSL SASL Kerberos ACL
Summary
Title: Apache Kafka Series – Kafka Security | SSL SASL Kerberos ACL
Price: $94.99
Average Rating: 4.54
Number of Lectures: 44
Number of Published Lectures: 43
Number of Curriculum Items: 44
Number of Published Curriculum Objects: 43
Original Price: $119.99
Quality Status: approved
Status: Live
What You Will Learn
- Setup and use SSL encryption in Kafka
- Setup and use SSL authentication in Kafka
- Setup and use SASL Kerberos authentication in Kafka
- Create and use ACLs in Kafka
- Configure Kafka Clients to make them work with security
- Configure Zookeeper Security
Who Should Attend
- Administrators who want to start setting up Kafka Security
- Developers who want to learn which security settings to use in their programs
- Solution Architects who want to learn how Kafka Security works
Target Audiences
- Administrators who want to start setting up Kafka Security
- Developers who want to learn which security settings to use in their programs
- Solution Architects who want to learn how Kafka Security works
If you’ve struggled setting up Kafka Security, or can’t make sense of the documentation, this course is for you
First of all, an insecure cluster is a big problem:
-
anyone can read / write to any topic, and this can lead to bad data or data leak
-
you don’t know who is connected to your cluster
-
data isn’t encrypted in flight and could be intercepted by hackers
In this course, you’ll learn Kafka Security, with Encryption (SSL), Authentication (SSL & SASL), and Authorization (ACL).
Over 1800 students and 160 reviews later, we’re convinced this course can save you a lot of time.
—————————-
Kafka Security is important for the following reasons:
Encryption (SSL) for Apache Kafka
> Ensure data is securely transported from machine to machine
> Prevent MIDM (man-in-the-middle attacks) on your Kafka Cluster
> No more PLAINTEXT data going around in your network
Authentication (SSL & SASL) for Apache Kafka
> Ensure only clients with credentials can access your clusters
> Give each of your clients a user-id, therefore enabling the possibility of controlling their access using ACL
Authorization (ACL) for Apache Kafka
> Ensure the clients can only read / write topics based on administrator rules
> Ensure clients cannot create / delete topics
> Provide the audit team the guarantee that the cluster is secure
Hands On & Theory Based Course
Note: This course only deals with SSL for encryption & Authentication and SASL Kerberos, not other mechanisms. It also does provide an overview to enable security in a multi-broker setup, but that last part is left for the student to investigate and practice.
This course is the first and only available Kafka Security Course on the web. Get it now to become an Apache Kafka expert!
Section outline:
-
Course Introduction: Let’s learn why we need Security in Apache Kafka
-
Kafka Setup: Quickly setup Kafka in AWS EC2 and test it, as a pre-requisite to setting up security on it
-
SSL Encryption in Kafka: Setup a Certificate Authority and create certificates for your Kafka broker and Kafka client
-
SSL Authentication in Kafka: Learn how to force clients to authenticate using SSL to connect to your Kafka Cluster
-
SASL Authentication – Kerberos GSSAPI in Kafka: Setup Kerberos on an EC2 machine and create credentials for Kafka and Clients.
-
Authorization in Kafka: Learn how to enforce ACLs in Kafka and use the CLI to authorize clients.
-
Zookeeper Security: Learn how to secure Zookeeper using Kerberos
===============================
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!
Gerd Koenig is one of the instructors of this course. He is an Apache Kafka Expert, and has done countless of production deployments and security setup at many of his clients. He will be taking the leads on all the Hands-On Lecture.
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!
Course Curriculum
Chapter 1: Course Introduction
Lecture 1: Kafka Security Overview
Lecture 2: Course Structure + Pre-requisites
Lecture 3: About your Instructors
Chapter 2: Code Download & Setup
Lecture 1: Code Download + Setup
Chapter 3: Kafka Setup
Lecture 1: Section Objective
Lecture 2: Hands-On: Creating your EC2 Instance + SSH
Lecture 3: How to SSH
Lecture 4: Kafka + Zookeeper Setup
Lecture 5: Hands-On: Setup Kafka & Zookeeper Service
Lecture 6: Producer / Consumer test
Lecture 7: Kafka Setup Section Summary
Chapter 4: SSL Encryption in Kafka
Lecture 1: The need for SSL Encryption
Lecture 2: What is SSL?
Lecture 3: SSL in Kafka
Lecture 4: Hands-On: Creating a Certificate Authority (CA)
Lecture 5: Hands-On: SSL Setup in Kafka
Lecture 6: Hands-On: SSL Setup for Clients
Lecture 7: Performance impact of SSL in Kafka
Lecture 8: SSL Encryption Section Summary
Chapter 5: SSL Authentication in Kafka
Lecture 1: What is SSL Authentication?
Lecture 2: Hands-On: SSL Authentication
Chapter 6: SASL Authentication – Kerberos / GSSAPI in Kafka
Lecture 1: What is SASL in Kafka?
Lecture 2: What is Kerberos?
Lecture 3: Frequent Kerberos Errors
Lecture 4: Hands-On Kerberos – Part 1: Setup EC2
Lecture 5: Hands-On Kerberos – Part 2: Principals & Keytabs
Lecture 6: Hands-On Kerberos – Part 3: Kafka Configuration
Lecture 7: Hands-On Kerberos – Part 4: Client Configuration
Lecture 8: JAAS file / config
Chapter 7: Authorization in Kafka
Lecture 1: ACLs in Kafka
Lecture 2: Hands-On: ACL demo
Lecture 3: ACLs Documentation Links
Chapter 8: Zookeeper Security
Lecture 1: Zookeeper Security Introduction
Lecture 2: Zookeeper Create Principal
Lecture 3: Zookeeper Configure Kerberos
Lecture 4: Hands-On: ZNode General
Lecture 5: Zookeeper Authorisation Config
Lecture 6: Hands-On: Zookeeper SuperUser
Lecture 7: Zookeeper Security Migration Tool and Summary
Chapter 9: Next Steps
Lecture 1: Cluster Security
Lecture 2: Congratulations
Lecture 3: THANK YOU!
Lecture 4: Bonus Lecture
Instructors
-
Stephane Maarek | AWS Certified Cloud Practitioner,Solutions Architect,Developer
Best Selling Instructor, 10x AWS Certified, Kafka Guru -
Gerd Koenig
DevOps/Kafka/BigData/K8s/Cloud Practitioner -
Conduktor Kafkademy
Apache Kafka enterprise platform to empower your teams
Rating Distribution
- 1 stars: 16 votes
- 2 stars: 16 votes
- 3 stars: 122 votes
- 4 stars: 533 votes
- 5 stars: 1003 votes
Frequently Asked Questions
How long do I have access to the course materials?
You can view and review the lecture materials indefinitely, like an on-demand channel.
Can I take my courses with me wherever I go?
Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!
You may also like
- Top 10 Video Editing Courses to Learn in November 2024
- Top 10 Music Production Courses to Learn in November 2024
- Top 10 Animation Courses to Learn in November 2024
- Top 10 Digital Illustration Courses to Learn in November 2024
- Top 10 Renewable Energy Courses to Learn in November 2024
- Top 10 Sustainable Living Courses to Learn in November 2024
- Top 10 Ethical AI Courses to Learn in November 2024
- Top 10 Cybersecurity Fundamentals Courses to Learn in November 2024
- Top 10 Smart Home Technology Courses to Learn in November 2024
- Top 10 Holistic Health Courses to Learn in November 2024
- Top 10 Nutrition And Diet Planning Courses to Learn in November 2024
- Top 10 Yoga Instruction Courses to Learn in November 2024
- Top 10 Stress Management Courses to Learn in November 2024
- Top 10 Mindfulness Meditation Courses to Learn in November 2024
- Top 10 Life Coaching Courses to Learn in November 2024
- Top 10 Career Development Courses to Learn in November 2024
- Top 10 Relationship Building Courses to Learn in November 2024
- Top 10 Parenting Skills Courses to Learn in November 2024
- Top 10 Home Improvement Courses to Learn in November 2024
- Top 10 Gardening Courses to Learn in November 2024