Become HAProxy Load Balancer Expert – Using Ansible Playbook
Become HAProxy Load Balancer Expert – Using Ansible Playbook, available at $54.99, has an average rating of 3.85, with 106 lectures, based on 78 reviews, and has 1087 subscribers.
You will learn about Student will learn Load Balancing concept Student will learn High Avaibility concept Student will able to install HAProxy Student will able to create several type of Local Balancing Algorithms This course is ideal for individuals who are Student who want to learn HAProxy Load Balancing or Student who want to manage HAProxy Load Balancing or Student who want to use HAProxy as High Availibility and Load Balancing It is particularly useful for Student who want to learn HAProxy Load Balancing or Student who want to manage HAProxy Load Balancing or Student who want to use HAProxy as High Availibility and Load Balancing.
Enroll now: Become HAProxy Load Balancer Expert – Using Ansible Playbook
Summary
Title: Become HAProxy Load Balancer Expert – Using Ansible Playbook
Price: $54.99
Average Rating: 3.85
Number of Lectures: 106
Number of Published Lectures: 98
Number of Curriculum Items: 106
Number of Published Curriculum Objects: 98
Original Price: $19.99
Quality Status: approved
Status: Live
What You Will Learn
- Student will learn Load Balancing concept
- Student will learn High Avaibility concept
- Student will able to install HAProxy
- Student will able to create several type of Local Balancing Algorithms
Who Should Attend
- Student who want to learn HAProxy Load Balancing
- Student who want to manage HAProxy Load Balancing
- Student who want to use HAProxy as High Availibility and Load Balancing
Target Audiences
- Student who want to learn HAProxy Load Balancing
- Student who want to manage HAProxy Load Balancing
- Student who want to use HAProxy as High Availibility and Load Balancing
If you’re thinking to become HAProxy Load Balancing Administrator, or you want to start to understand Load Balancer Algorithm, then this course is perfect for you. You will see video after video, from beginners with explanations that are easy to understand. Also this course will provide many examples that make it easy for you to follow and understand. In the first section, you will learn how to get all file configurations that we used during the course. You can use that file configurations to reproduce it on your environment.
In this course, you will use Ansible Playbook to deploy HAProxy cluster, KeepAlived and monit monitoring in VMWare environment. Using this Ansible playbook will make easy to deploy/manage HAProxy cluster.
This course has 14 sections, 86 lectures, and about 13 hours 32 minutes duration. You can download all videos, and watch them without internet connection. Most videos are about how to build HAProxy configuration by examples. You will follow step by step how to use and manage HAProxy cluster.
In this course, you will learn how to:
-
Understanding HAProxy concept and architecture
-
Installing HAProxy using Ubuntu and CentOS
-
Creating HAProxy cluster HA using KeepAlived
-
Install HAProxy cluster using Ansible playbook
-
Install HAProxy HA KeepAlived using Ansible playbook
-
Install KeepAlived monit monitoring using Ansible playbook
-
Manage HAProxy Using API and curl samples
-
Forward HAProxy log to Logstash/elasticsearch, check log using Kibana
-
Managing HAProxy Load Balancing Algorithm
-
Managing(creating and removing) HAProxy type and mode
-
Configuring HAProxy kernel to get high performance
-
Configuring HAProxy Load Balancer base on any algorithm types
-
Configuring HAProxy Round Robin LBA
-
Configuring HAProxy Static-rr (Static Round Robin)
-
Configuring Least Connection LBA
-
Configuring HAProxy Source IP Address Hashed LBA
-
Configuring HAProxy with SSL Termination
-
Configuring HAProxy with SSL Pass-Through
-
Configuring HAProxy URL Forwarding
-
Configuring HAProxy Using Recipes
-
Understand HAProxy Server Bencmarking and Tuning
-
Configuring HAProxy with HTTP/2 and HTTP/1.1 support
-
Configuring HAProcy with gRPC support
-
Understanding WAF (Web Application Firewall) for HAProxy
-
Configuring HAProxy Defense Against DDOS
-
Tuning HAProxy Performance
-
Configuring WhiteList IP Address and Restrict Specific IP Address
-
Monitoring HAProxy using Zabbix
-
Creating Grafana Dashboard for HAProxy frontend and backend
-
etc.
After you finished this course, you will have confident to use and manage HAProxy cluster.
Please ping and message me if you need my help to follow this course.
Thanks,
Muhammad Yusuf Efendi
Zabbix Certified Professional
IT Cloud Expert
Course Curriculum
Chapter 1: Introduction
Lecture 1: Load Balancing Introduction
Lecture 2: Why HAProxy
Lecture 3: HAProxy Architecture and Components
Lecture 4: Four Essential Sections of HAProxy Configuration
Lecture 5: Getting All Installation Scripts and Documentations
Chapter 2: HAProxy Installation
Lecture 1: Apache Web Server Nodes Installation
Lecture 2: Creating PHP Script to Show Hostname
Lecture 3: Installing HAProxy Server on Ubuntu 18.04
Lecture 4: Installing HAProxy Servers on CentOS 7
Lecture 5: Installing HAProxy from Source on Ubuntu 18.04
Lecture 6: Installing HAProxy from Source on CentOS 7
Lecture 7: Enabling HAProxy Logging
Chapter 3: Upgrading HAProxy Version
Lecture 1: Understanding Upgrading Process
Lecture 2: Upgrading HAProxy Version Using Source File
Chapter 4: Building HAProxy Cluster Using Ansible Playbook
Lecture 1: An Introduction to Ansible Playbook
Lecture 2: Ubuntu : Installing Ansible and VMware Plugin
Lecture 3: CentOS 7 : Installing Ansible and VMware Plugin
Lecture 4: MacOS : Installing Ansible and VMWare Plugin
Lecture 5: Understanding Ansible Playbook Terms
Lecture 6: Understanding Ansible Playbook Directory Structure
Lecture 7: Creating HAProxy VM Ansible Playbook Task
Lecture 8: Creating Local Repo Config for HAProxy Installation Using Ansible Playbook
Lecture 9: Creating HAProxy Package Installation Ansible Playbook Task
Lecture 10: Creating HAProxy Ansible Playbook Template
Lecture 11: Creating HAProxy Ansible Playbook Template Task
Lecture 12: Creating HAProxy Error Files Playbook Task
Lecture 13: Running Ansible Playbook to Create HAProxy Cluster
Lecture 14: Creating HAProxy HA KeepAlived Using Ansible Playbook
Lecture 15: Creating Monit for KeepAlived Monitoring Using Ansible Playbook
Chapter 5: HAProxy Defense Against DDOS
Lecture 1: TCP Syn Flood Attacks
Lecture 2: Slowloris Like Attacks
Lecture 3: Limiting Number of Connections Per Users
Lecture 4: Limiting Connection Rate Per User
Lecture 5: Limiting HTTP Request Rate
Lecture 6: HAProxy: Content blocking
Lecture 7: Restrict Specific IP Address
Lecture 8: WhiteList IP Address
Lecture 9: What is WAF (Web Application Firewall)?
Chapter 6: HAProxy High Availibitily
Lecture 1: Building HAProxy Cluster
Lecture 2: Using KeepAlive for HAProxy High Availibity
Lecture 3: Installing Monit for KeepAlive Monitoring
Chapter 7: HAProxy LBA (Load Balancing Algorithm) Type
Lecture 1: HAProxy Load Balancer Layer 4 and 7
Lecture 2: HAProxy Round Robin
Lecture 3: HAProxy Least Connection
Lecture 4: HAProxy Static-rr (Static Round Robin)
Lecture 5: HAProxy Source IP Address Hashed
Lecture 6: HAProxy URL Forwarding
Lecture 7: HAProxy ForwardFor Option For Getting Client IP Address
Chapter 8: HAProxy Using SSL
Lecture 1: HAProxy with SSL Termination
Lecture 2: HAProxy with SSL Pass-Through
Chapter 9: Performing Health Checks
Lecture 1: Understanding HAProxy Health Check
Lecture 2: HAProxy Health Check Options and Types
Lecture 3: HAProxy L4 and L7 Health Check Configuration
Lecture 4: Checking HAProxy MySQL Health Check
Lecture 5: Checking HAProxy PostgreSQL Health Check Configuration
Lecture 6: Checking HAProxy HTTP Health Check Configuration
Lecture 7: Checking HAProxy Any Service Health Check Configuration
Chapter 10: HAProxy Advance Recipes Configuration
Lecture 1: HAProxy And GZIP Compression
Lecture 2: Configuring HAProxy Using Sticky Sessions
Lecture 3: Configuring HAProxy Using Backup Node
Lecture 4: Configuring HAProxy With gRPC Support
Lecture 5: Configuring HAPRroxy With HTTP/2 and HTTP/1.1 Support
Lecture 6: Configuring HAProxy Content Switching Using ACL
Lecture 7: Redirecting HAProxy HTTP Connection to HTTPS
Lecture 8: Redirecting HAProxy HTTP Base on Hostname
Lecture 9: Redirecting URL Path on HAProxy
Lecture 10: Appending 'www.' Prefix In Front of All Hosts Not Having
Chapter 11: Using HAProxy API
Lecture 1: Installing HAProxy Data Plane API
Lecture 2: Running HAProxy (2.0 or Later) API Using Process Manager
Lecture 3: Send GET and POST Request Using Data Plane API
Chapter 12: HAProxy Server Benchmarking and Tuning
Lecture 1: HAProxy Bencmarking
Lecture 2: Tuning HAProxy Performance
Lecture 3: HAProxy Server Kernel Tuning
Chapter 13: Monitoring HAProxy Logging Using ELK
Lecture 1: ELK Architecture
Lecture 2: Installing Elasticsearch in Linux OS
Lecture 3: Installing Logstash in Linux OS
Lecture 4: Installing Kibana in Linux OS
Lecture 5: Creating Logstash Pipeline and Index for HAProxy
Lecture 6: Configure HAProxy to Forward Log Data via Syslog
Chapter 14: HAProxy Monitoring Using Zabbix
Lecture 1: Understanding HAProxy Statistic Report
Lecture 2: Checking HAProxy Statistic Report Using socat Command Line
Lecture 3: Installing Zabbix Agent on HAProxy VM
Lecture 4: Import HAProxy Template
Lecture 5: Monitoring HAProxy Using Zabbix
Lecture 6: How Zabbix Agent Collecting HAProxy Metrics Data
Lecture 7: Creating HAProxy Trigger Using Zabbix
Instructors
-
Muhammad Efendi
Software Automation, Virtualization Technology
Rating Distribution
- 1 stars: 6 votes
- 2 stars: 7 votes
- 3 stars: 11 votes
- 4 stars: 24 votes
- 5 stars: 30 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 Language Learning Courses to Learn in November 2024
- 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