Join Our Open Source Community

Building better software together through collaboration, innovation, and shared knowledge

Join Slack Channel GitHub Discussions

About Our Project

Our open source project aims to develop KubeBuddy, an AI-powered Kubernetes dashboard that simplifies cluster management. By offering a user-friendly interface and intelligent insights, it caters to teams of all skill levels, eliminating the need for additional in-cluster installations. KubeBuddy makes Kubernetes management more accessible, efficient, and effortless.
We believe in building software that is accessible, reliable, and community-driven. Started in 2024, we've grown to a community of 20+ contributors for now.

How to Contribute

We welcome contributions of all kinds from anyone, regardless of experience level. Here's how you can get started:

1. Get the Code

Clone our repository to get started & follow the installation steps.

2. Find an Issue

Look for issues labeled "good first issue" or "help wanted" in our GitHub repository. These are specially selected for new contributors.

3. Make Changes

Make your changes in a new git branch:

git checkout -b my-fix-branch main

4. Test

Ensure your changes pass our tests.

5. Submit a Pull Request

Push your branch to GitHub and open a pull request against the main branch. In your pull request description, explain your changes and reference any related issue numbers.

6. Code Review

Once your PR is submitted, maintainers will review your code. Be open to feedback and make any requested changes.

Contribution Guidelines

Please make sure to follow our code of conduct and contribution guidelines. We strive to maintain high-quality code and a respectful community.

Read the Full Guidelines