Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature]: Cilium integration support #1238

Open
1 of 2 tasks
nimishamehta5 opened this issue Sep 2, 2024 · 0 comments · May be fixed by #1243
Open
1 of 2 tasks

[Feature]: Cilium integration support #1238

nimishamehta5 opened this issue Sep 2, 2024 · 0 comments · May be fixed by #1243

Comments

@nimishamehta5
Copy link

nimishamehta5 commented Sep 2, 2024

Checklist

  • I've searched for similar issues and couldn't find anything matching
  • I've discussed this feature request in the K8sGPT Slack and got positive feedback

Is this feature request related to a problem?

No

Problem Description

Cilium is complex and it would be helpful if k8sGPT could analyze and provide suggestions on common Cilium errors.

Solution Description

Add an integration for Cilium, which would look at some Cilium CRDs and gather status / errors. If the user has cilium CLI installed, we can get the cilium status -o json in JSON format directly from that command, which has a comprehensive set of checks. If Cilium CLI is not available, we can perform a limited set of basic checks on come of the common Cilium CRDs.

Benefits

This would be beneficial to analyze clusters which have Cilium installed.

Potential Drawbacks

Running the Cilium CLI cilium status -o json command could be slow.

Additional Information

No response

@nimishamehta5 nimishamehta5 linked a pull request Sep 6, 2024 that will close this issue
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Proposed
Development

Successfully merging a pull request may close this issue.

1 participant