Introducing Log Tracking Feature to Revolutionize Kubernetes Observability

Introducing Log Tracking Feature to Revolutionize Kubernetes Observability

Linux Foundation via YouTube Direct link

Intro

1 of 16

1 of 16

Intro

Class Central Classrooms beta

YouTube playlists curated by Class Central.

Classroom Contents

Introducing Log Tracking Feature to Revolutionize Kubernetes Observability

Automatically move to the next video in the Classroom when playback concludes

  1. 1 Intro
  2. 2 What is Kubernetes(k8s)?
  3. 3 Declarative operation Define the elements/conditions in yaml/json The definition describes the final state, not the procedure Can check the change history by version control such as Git All you have …
  4. 4 What does k8s cluster consist of? The cluster consists of Control Plane and Nodes Control Plane Apiserver Controller manager
  5. 5 What is Control Plane doing? Make global decisions about the cluster, as well as detecting and responding to cluster events.
  6. 6 What is Node doing? Run the application deployed in the cluster Maintaining running pods and providing the Kubernetes runtime environment
  7. 7 Overview of K8s logging
  8. 8 The problem want to solve Difficult to investigate logs across components
  9. 9 Solution idea
  10. 10 Tracking the cause of operation Fujitsu
  11. 11 Check the impact of system failure
  12. 12 Overview of realization
  13. 13 Issues in implementation There are implementation issues in the following situations: Issue 1: Multiple requests are the cause of processing Issue 2: Multiple components operate in a chain with one r…
  14. 14 Multiple requests are the cause of processing When multiple requests are processed at the same time, it is necessary to associate multiple IDs with the processing.
  15. 15 The object to be processed is different from the object of the trigger Ex. Pod update processes replicaset with trigger
  16. 16 Current status Proposing KEP to enhance the logging function. We are thinking of an implementation and system design that can solve all the implementation issues.

Never Stop Learning.

Get personalized course recommendations, track subjects and courses with reminders, and more.

Someone learning on their laptop while sitting on the floor.