Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

The use of event listeners in K8S

2025-04-09 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/01 Report--

K8S in the use of event listeners, I believe that many inexperienced people do nothing about this, this article summarizes the causes of the problem and solutions, through this article I hope you can solve this problem.

overview

Based on client-go, gorm implementation, real-time monitoring & parsing into DB a variety of events. Simple code, easy to expand

Real-time monitoring of k8s events and namespace, pod and other events, can be used as monitoring, system docking access

the portal

Use go mod tidygo run K8S-Eventlet.goFAQ

Go mod automatic dependency may be problematic if

# k8s.io/client-go/tools/clientcmd/api/v1/go/pkg/mod/k8s.io/client-go@v12.0.0+incompatible/tools/clientcmd/api/v1/conversion.go:29:15: scheme.AddConversionFuncs undefined (type *runtime.Scheme has no field or method AddConversionFuncs)/go/pkg/mod/k8s.io/client-go@v12.0.0+incompatible/tools/clientcmd/api/v1/conversion.go:31:12: s.DefaultConvert undefined (type conversion.Scope has no field or method DefaultConvert)

Change the contents of go.mod:

k8s.io\client-go@v11.0.0+incompatible replaced by k8s.io/client-go v0.18.2 or k8s.io\client-go@v12.0.0+incompatible replaced by k8s.io/client-go v0.18.2 Supplementary Notes

Code is relatively simple, suitable for learning, easy to expand, need to pay attention to is, also lack of queue support, to duplicate mechanism.

In addition, go can spit out the disguised realization of factory mode.

After reading the above, do you know how to use the event listener in K8S? If you still want to learn more skills or want to know more related content, welcome to pay attention to the industry information channel, thank you for reading!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report