Skip to Main Content
Cloud Management and AIOps


This is an IBM Automation portal for Cloud Management and AIOps products. To view all of your ideas submitted to IBM, create and manage groups of Ideas, or create an idea explicitly set to be either visible by all (public) or visible only to you and IBM (private), use the IBM Unified Ideas Portal (https://ideas.ibm.com).

Shape the future of IBM!

We invite you to shape the future of IBM, including product roadmaps, by submitting ideas that matter to you the most. Here's how it works:

Search existing ideas

Start by searching and reviewing ideas and requests to enhance a product or service. Take a look at ideas others have posted, and add a comment, vote, or subscribe to updates on them if they matter to you. If you can't find what you are looking for,

Post your ideas
  1. Post an idea.

  2. Get feedback from the IBM team and other customers to refine your idea.

  3. Follow the idea through the IBM Ideas process.

Specific links you will want to bookmark for future use

Welcome to the IBM Ideas Portal (https://www.ibm.com/ideas) - Use this site to find out additional information and details about the IBM Ideas process and statuses.

IBM Unified Ideas Portal (https://ideas.ibm.com) - Use this site to view all of your ideas, create new ideas for any IBM product, or search for ideas across all of IBM.

ideasibm@us.ibm.com - Use this email to suggest enhancements to the Ideas process or request help from IBM for submitting your Ideas.

Status Needs more information
Workspace Instana
Categories Kubernetes Logging
Created by Guest
Created on Aug 12, 2024

Node logs(kubelet logs) by using Instana sensor or configurations

to get insights on the events and issues at Node level.

Idea priority Urgent
  • Admin
    Jayanth Putta
    Reply
    |
    Sep 11, 2024

    Additionally, we do currently have logs available at the node level in our UI which jumps into the logs UI which has a list of all logs for that node. Can you confirm that's not what you're looking for?

  • Admin
    Jayanth Putta
    Reply
    |
    Sep 11, 2024

    Hi @Guest ! Nice to meet you. I'm Jayanth, the PM for Kubernetes at Instana.

    Thanks for the additional context. What would be useful for us to know is:

    1. How do you currently view these logs today? What kubectl commands do you run or do you use another tool? Can you show us a screenshot?

    2. Can you provide an example log entry which you would generally use to troubleshoot an issue? Having an example will help us ensure we're collecting the right data from kubelet.

  • Guest
    Reply
    |
    Aug 14, 2024

    Hi Team,


    We had a meeting with your team on this & we need it so that it will be helpful in below ways.

    Troubleshooting: Kubelet logs help diagnose issues with nodes and the containers running on them. For instance, if a pod isn't starting or behaving as expected, kubelet logs can provide detailed insights into why the container failed or why the node might be misbehaving.

    1. Monitoring Node Health: They offer visibility into the health and performance of nodes. You can monitor logs to check for signs of resource constraints, such as memory or CPU pressure, and to understand if the node is encountering problems.

    2. Debugging: When dealing with node-specific issues, kubelet logs can show errors or warnings related to the node's interaction with the Kubernetes control plane. This is essential for debugging problems with node communication or configuration.

    3. Understanding Node Operations: Kubelet logs include information about how the kubelet is managing pods, including starting, stopping, and managing the containers. This helps in understanding the lifecycle of pods and containers on the node.

    4. Auditing and Compliance: For auditing purposes, kubelet logs provide a record of operations and interactions on the node. This can be important for security and compliance audits, ensuring that the node is operating as intended and adhering to policies.

    5. Performance Tuning: By analyzing logs, you can identify performance bottlenecks or inefficiencies. This can guide tuning and optimization efforts to improve overall cluster performance.

    In summary, kubelet logs are a vital resource for maintaining the health, performance, and reliability of Kubernetes nodes and clusters. They provide essential information for both reactive troubleshooting and proactive maintenance.