I'm currently working on some personal projects using DevOps tools such as Kubernetes, Docker, AWS EC2, and GitHub Actions. Now, I want to expand my skills by contributing to Open Source projects. What kinds of Open Source projects should I look into that would be suitable for someone getting into DevOps?
5 Answers
Consider focusing on contributions to CI/CD tools, Kubernetes, Helm, Terraform, or Ansible modules, as well as monitoring projects like Grafana. Improving documentation or example workflows can provide excellent hands-on DevOps experience!
The best projects to contribute to in DevOps are usually tooling-focused. Think of CI/CD tools, Kubernetes operators, Helm charts, Terraform modules, or monitoring solutions like Prometheus and Grafana. Starting with documentation improvements or enhancing example workflows is also a valuable way to gain experience.
Exploring projects that align with your interests is key! One approach is to dive into open-source tools that you're already using. For example, if you've worked with the MariaDB operator for Kubernetes, check out their GitHub page—there are tons of issues you could help address. Just remember to read their CONTRIBUTING.md for any guidelines before you start making contributions.
If you're really interested, find a project that you enjoy and jump in! Try setting up a Kubernetes Homelab with something like k3s on bare metal. Deploy services that you would use, like Jellyfin, and experiment by adding an observability stack, hardening your setup, applying GitOps methodologies, or working on high availability. The possibilities are endless! It's all about having fun while learning.
For beginners, a good project to look at is the DevOps Daily GitHub repository. It’s a great way to get your feet wet and contribute meaningfully right from the start.

Related Questions
How To: Running Codex CLI on Windows with Azure OpenAI
Set Wordpress Featured Image Using Javascript
How To Fix PHP Random Being The Same
Why no WebP Support with Wordpress
Replace Wordpress Cron With Linux Cron
Customize Yoast Canonical URL Programmatically