question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Custom Resource Definition (CRD) Object Monitoring

See original GitHub issue

Is it possible to monitor CRDs with the object monitoring? From the configuration it seems possible, but it errors when trying to monitor custom resource definitions.

Error undefined method watch_<replace_with_crd_name>

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:13

github_iconTop GitHub Comments

2reactions
ekristencommented, Mar 25, 2020

I guess it depends on the goals of the object monitoring? I was looking at it from the perspective of using it to audit changes to the resources themselves.

Monitoring the core objects gets you only one piece of the picture.

1reaction
ekristencommented, Mar 25, 2020

BTW I opened https://github.com/splunk/fluent-plugin-kubernetes-objects/issues/51 – basically if it give it a CRD that it doesn’t have helper methods for it essentially fork bombs the server running the object collection. It happens slowly, should be fixed regardless.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Custom Resources - Kubernetes
Defining a CRD object creates a new custom resource with a name and schema that you specify. The Kubernetes API serves and handles...
Read more >
Extending the Kubernetes API with Custom Resources
A custom resource definition (CRD) file defines your own object kinds and lets the API Server handle the entire lifecycle. Deploying a CRD...
Read more >
Effective Resource Monitoring with CustomResourceDefinition ...
A CRD controller in Kubernetes manages the creating, updating, and deleting of controllable resources in order to synchronize them with the ...
Read more >
Kubernetes CustomResourceDefinitions (CRDs) | Tutorial
In this article, you'll learn what Kubernetes custom resource objects are and ... CRD on Kubernetes, you are free to define, create, and...
Read more >
Extending Kubernetes APIs with Custom Resource Definitions ...
Custom resources definition (CRD) is a powerful feature introduced in Kubernetes 1.7 which enables users to add their own/custom objects to the Kubernetes ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found