Udemy
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
Development
Web Development Data Science Mobile Development Programming Languages Game Development Database Design & Development Software Testing Software Engineering Development Tools No-Code Development
Business
Entrepreneurship Communications Management Sales Business Strategy Operations Project Management Business Law Business Analytics & Intelligence Human Resources Industry E-Commerce Media Real Estate Other Business
Finance & Accounting
Accounting & Bookkeeping Compliance Cryptocurrency & Blockchain Economics Finance Finance Cert & Exam Prep Financial Modeling & Analysis Investing & Trading Money Management Tools Taxes Other Finance & Accounting
IT & Software
IT Certification Network & Security Hardware Operating Systems Other IT & Software
Office Productivity
Microsoft Apple Google SAP Oracle Other Office Productivity
Personal Development
Personal Transformation Personal Productivity Leadership Career Development Parenting & Relationships Happiness Esoteric Practices Religion & Spirituality Personal Brand Building Creativity Influence Self Esteem & Confidence Stress Management Memory & Study Skills Motivation Other Personal Development
Design
Web Design Graphic Design & Illustration Design Tools User Experience Design Game Design Design Thinking 3D & Animation Fashion Design Architectural Design Interior Design Other Design
Marketing
Digital Marketing Search Engine Optimization Social Media Marketing Branding Marketing Fundamentals Marketing Analytics & Automation Public Relations Advertising Video & Mobile Marketing Content Marketing Growth Hacking Affiliate Marketing Product Marketing Other Marketing
Lifestyle
Arts & Crafts Beauty & Makeup Esoteric Practices Food & Beverage Gaming Home Improvement Pet Care & Training Travel Other Lifestyle
Photography & Video
Digital Photography Photography Portrait Photography Photography Tools Commercial Photography Video Design Other Photography & Video
Health & Fitness
Fitness General Health Sports Nutrition Yoga Mental Health Dieting Self Defense Safety & First Aid Dance Meditation Other Health & Fitness
Music
Instruments Music Production Music Fundamentals Vocal Music Techniques Music Software Other Music
Teaching & Academics
Engineering Humanities Math Science Online Education Social Science Language Teacher Training Test Prep Other Teaching & Academics
AWS Certification Microsoft Certification AWS Certified Solutions Architect - Associate AWS Certified Cloud Practitioner CompTIA A+ Cisco CCNA CompTIA Security+ Amazon AWS AWS Certified Developer - Associate
Graphic Design Photoshop Adobe Illustrator Drawing Digital Painting InDesign Character Design Canva Figure Drawing
Life Coach Training Neuro-Linguistic Programming Personal Development Mindfulness Meditation Personal Transformation Life Purpose Emotional Intelligence Neuroscience
Web Development JavaScript React CSS Angular PHP WordPress Node.Js Python
Google Flutter Android Development iOS Development Swift React Native Dart Programming Language Mobile Development Kotlin SwiftUI
Digital Marketing Google Ads (Adwords) Social Media Marketing Google Ads (AdWords) Certification Marketing Strategy Internet Marketing YouTube Marketing Email Marketing Retargeting
SQL Microsoft Power BI Tableau Business Analysis Business Intelligence MySQL Data Analysis Data Modeling Big Data
Business Fundamentals Entrepreneurship Fundamentals Business Strategy Online Business Business Plan Startup Blogging Freelancing Home Business
Unity Game Development Fundamentals Unreal Engine C# 3D Game Development C++ 2D Game Development Unreal Engine Blueprints Blender
2021-01-29 19:13:46
30-Day Money-Back Guarantee
IT & Software Other IT & Software Docker

Logging in Kubernetes with EFK Stack | The Complete Guide

Learn how to set up K8s cluster from scratch and configure logging with ElasticSearch, Fluentd and Kibana
Bestseller
Rating: 4.8 out of 54.8 (167 ratings)
518 students
Created by Nana Janashia, Docker Captain Program
Last updated 9/2020
English
English [Auto]
30-Day Money-Back Guarantee

What you'll learn

  • Set up logging in Kubernetes
  • Create Kubernetes cluster from scratch
  • ElasticSearch, Kibana, FluentD
  • Set up Docker private repository
  • StatefulSet, DaemonSet, Helm
  • Build, tag, push Docker images to private repository

Requirements

  • Know basics of Kubernetes
  • Know basics of Docker

Description

You will learn how to:

  • set up a Kubernetes cluster from scratch

  • configure fully functioning logging in Kubernetes cluster with EFK Stack

With following steps:

  • configure Java and NodeJS applications to produce logs, package them into Docker images and push into a Docker private repository.

  • create Kubernetes cluster on a cloud platform (Linode Kubernetes Engine)

  • deploy these application Docker images in the cluster

  • deploy ElasticSearch, Kibana and Fluentd in the cluster

  • configure Fluentd to start collecting and processing the logs and sending them to ElasticSearch

  • configure Kibana to visualise the log data stored in ElasticSearch


Why learn from me:

  • You will learn all these step by step and simply explained!

  • Thousands of students (checkout @Techworld with Nana on Youtube) love the way how I explain complex concepts in an easy way so that everyone can understand it easily.

  • I'm both an educator and a practitioner. All my knowledge is based on real projects that I have worked in or consulted over the years

  • Learn from a Docker Captain


See the lecture description for even more information of what you will learn and what we will build.


You will learn how to:

  • set up a Kubernetes cluster from scratch

  • configure fully functioning logging in Kubernetes cluster with EFK Stack

With following steps:

  • configure Java and NodeJS applications to produce logs, package them into Docker images and push into a Docker private repository.

  • create Kubernetes cluster on a cloud platform (Linode Kubernetes Engine)

  • deploy these application Docker images in the cluster

  • deploy ElasticSearch, Kibana and Fluentd in the cluster

  • configure Fluentd to start collecting and processing the logs and sending them to ElasticSearch

  • configure Kibana to visualise the log data stored in ElasticSearch


Why learn from me:

  • You will learn all these step by step and simply explained!

  • Thousands of students (checkout @Techworld with Nana on Youtube) love the way how I explain complex concepts in an easy way so that everyone can understand it easily.

  • I'm both an educator and a practitioner. All my knowledge is based on real projects that I have worked in or consulted over the years

  • Learn from a Docker Captain


See the lecture description for even more information of what you will learn and what we will build.


Hope you enjoy the course!

Who this course is for:

  • DevOps engineers
  • Software developers
  • System administrators
  • People, who want to setup logging in their K8s cluster
  • People, who want to learn how Elastic/EFK stack works in Kubernetes
  • People, who want to learn how to deploy and configure applications in K8s cluster

Featured review

Jesho Carmel
Jesho Carmel
26 courses
15 reviews
Rating: 5.0 out of 55 months ago
The course is super good. Nana managed to share a lot of knowledge in a short time. The commands used in the course are explained in detail. I would recommend anyone to watch the kubernetes playlist in Nana's channel before starting this course. Thanks Nana :)

Course content

9 sections • 36 lectures • 1h 53m total length

  • Preview02:05

  • Preview01:01
  • Build Nodejs app Docker image
    06:45
  • Build Java app Docker image
    06:36
  • Create private Docker registry and push images
    05:49

  • Preview00:44
  • Create Kubernetes cluster in LKE
    03:05
  • Connect to remote cluster with Kubectl
    01:37
  • Deploy Kubernetes Dashboard
    02:24
  • Kubernetes Dashboard Overview
    01:52

  • Preview00:19
  • Configure private Docker registry credentials in k8s
    02:58
  • Deploy Java app in cluster from registry
    05:31
  • Deploy Nodejs app in cluster from registry
    01:58
  • Container logs in k8s cluster
    01:00

  • Preview00:51
  • Preview05:30
  • StatefulSet vs Deployment | briefly explained
    02:00
  • Helm and Helm Chart | briefly explained
    02:10

  • Preview00:13
  • Install Helm
    01:18
  • Deploy ElasticSearch in K8s
    12:09
  • Deploy Kibana in K8s
    03:12

  • Preview00:11
  • Ingress explained
    02:32
  • Deploy Ingress Controller in K8s
    02:30
  • Create Ingress for Kibana | Access Kibana from browser
    05:16

  • Preview00:47
  • Fluentd explained
    01:12
  • Deploy Fluentd in K8s
    02:08
  • Fluentd DaemonSet & Fluentd config file explained
    11:52
  • Configure Fluentd | Collect application logs
    02:54
  • Configure Fluentd | Send logs to ElasticSearch | Kibana UI
    04:24
  • Configure Fluentd | Parse log entries | Kibana UI
    05:38
  • Visualizing logs in Kibana | Final notes
    02:46

  • End Notes
    00:25

Instructors

Nana Janashia
Teaching the world how to Kubernetes <3
Nana Janashia
  • 4.8 Instructor Rating
  • 220 Reviews
  • 684 Students
  • 2 Courses

I am teaching complex DevOps topics in an easy and understandable way!

I am passionate about sharing my knowledge about DevOps through my Youtube Channel (@Techworld with Nana) and the various online courses. Thousands of students love the way I explain complex concepts in an easy way.


I'm both an educator and a practitioner. All my knowledge is based on real projects that I have worked in or consulted over the years.


I'm a Docker Captain (docker/captains/nana-janashia).


Also I created a complete DevOps Bootcamp as a complete educational program for people who want to become DevOps engineers and teach them all the necessary DevOps tools and how to use them in practice. So if you're interested in becoming a DevOps engineer, check out my website for more infos on that :)


I would be happy to connect with you on social media! :)

Docker Captain Program
Docker Captain Program
  • 4.6 Instructor Rating
  • 52,678 Reviews
  • 239,558 Students
  • 11 Courses

Courses with this co-author signify that the primary author is a verified Docker Captain with Docker Inc.

Docker Captain is a distinction that Docker awards select members of the community that are both experts in their field and are passionate about sharing their Docker knowledge with others. Captains are Docker ambassadors (not employees) and their commitment to sharing their expertise has a huge impact on the Docker community – whether they are blogging, writing books, speaking, running workshops, creating tutorials and classes, offering support in forums, or organizing and contributing to local events – they help make Docker’s mission of democratizing technology possible.

  • Udemy for Business
  • Teach on Udemy
  • Get the app
  • About us
  • Contact us
  • Careers
  • Blog
  • Help and Support
  • Affiliate
  • Terms
  • Privacy policy
  • Cookie settings
  • Sitemap
  • Featured courses
Udemy
© 2021 Udemy, Inc.