https://github.com/notharshhaa/devops-engineering
Personal space to explore, experiment, and grow in the DevOps field. It's not meant to be a complete toolkit or production-ready solution just a place to try new ideas, test tools, and build unique workflows.
https://github.com/notharshhaa/devops-engineering
Last synced: 3 months ago
JSON representation
Personal space to explore, experiment, and grow in the DevOps field. It's not meant to be a complete toolkit or production-ready solution just a place to try new ideas, test tools, and build unique workflows.
- Host: GitHub
- URL: https://github.com/notharshhaa/devops-engineering
- Owner: NotHarshhaa
- License: mit
- Created: 2025-05-25T07:54:53.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-12-18T11:02:10.000Z (6 months ago)
- Last Synced: 2025-12-21T17:46:40.110Z (6 months ago)
- Language: TypeScript
- Homepage: https://devops-engineering.site
- Size: 2.93 MB
- Stars: 4
- Watchers: 0
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
devops-engineering-playground (beta)
A personal space dedicated to learning, experimenting, and evolving as a DevOps engineer. This is a learning environment and not intended for production use. Some components may be partially implemented, outdated, or intentionally broken for learning purposes.
## About The Project
๐งญ **Purpose**:
The primary goal of this playground is exploration and growth in the DevOps field. It serves as a digital notebook and lab bench where I:
- Experiment with various DevOps tools and practices
- Design and iterate on custom CI/CD workflows
- Practice infrastructure automation with tools like Terraform, Ansible, etc.
- Build out observability stacks for logging and monitoring
- Learn by doing โ through trial, error, and iteration
๐ง **Disclaimer**:
This is a learning environment and not intended for production use. Some components may be partially implemented, outdated, or intentionally broken for learning purposes.
### Built With
- [![Next][Next.js]][Next-url]
- [![React][React.js]][React-url]
- [![Tailwind][Tailwind]][Tailwind-url]
- [![shadcn/ui][shadcn/ui]][shadcn/ui-url]
[product-screenshot]: https://raw.githubusercontent.com/stackzero-labs/ui/refs/heads/main/app/opengraph-image.jpeg
[Next.js]: https://img.shields.io/badge/next.js-000000?style=for-the-badge&logo=nextdotjs&logoColor=white
[Tailwind]: https://img.shields.io/badge/tailwind-06B6D4?style=for-the-badge&logo=tailwindcss&logoColor=white
[Tailwind-url]: https://tailwindcss.com/
[shadcn/ui]: https://img.shields.io/badge/shadcnui-000000?style=for-the-badge&logo=shadcnui&logoColor=white
[shadcn/ui-url]: https://ui.shadcn.com
[Next-url]: https://nextjs.org/
[React.js]: https://img.shields.io/badge/React-20232A?style=for-the-badge&logo=react&logoColor=61DAFB
[React-url]: https://reactjs.org/
# DevOps Engineering Playground
Welcome to my **DevOps Engineering** Playground โ a personal space dedicated to learning, experimenting, and evolving as a DevOps engineer.
> โ ๏ธ **Note:** This is *not* a production-ready toolkit. It's a hands-on lab environment where I try new ideas, test tools, break things on purpose, and explore how to glue technologies together in meaningful ways.
---
## ๐งญ Purpose
The primary goal of this repository is **exploration and growth** in the DevOps field. It serves as a digital notebook and lab bench where I:
* Experiment with various DevOps tools and practices
* Design and iterate on custom CI/CD workflows
* Practice infrastructure automation with tools like Terraform, Ansible, etc.
* Build out observability stacks for logging and monitoring
* Learn by doing โ through trial, error, and iteration
---
## ๐งฐ Areas of Exploration
This repo contains practical experiments in the following areas:
| Area | Tools / Concepts |
| --------------------------------- | -------------------------------------- |
| **Infrastructure as Code (IaC)** | Terraform, Pulumi, AWS CloudFormation |
| **Configuration Management** | Ansible, Chef, Bash scripting |
| **Containers & Orchestration** | Docker, Kubernetes, Helm |
| **CI/CD Pipelines** | GitHub Actions, Jenkins, GitLab CI |
| **Cloud Platforms** | AWS, GCP, Azure (selectively explored) |
| **Monitoring & Logging** | Prometheus, Grafana, ELK Stack |
| **Security & Secrets Management** | HashiCorp Vault, SOPS, IAM policies |
| **Scripting & Automation** | Bash, Python, Makefiles |
---
## ๐งช What's Inside
This repo may include:
* โ
Modular Terraform configurations
* โ
Sample CI/CD workflows (GitHub Actions, GitLab CI)
* โ
Kubernetes manifests and Helm charts
* โ
Bash and Python scripts for automation
* โ
Notes and documentation of what worked (and what didn't)
* โ
Demos of observability stacks
* โ
Experiments with self-hosted tools and services
---
## ๐ง Disclaimer
This is a **learning environment** and not intended for production use. Some components may be partially implemented, outdated, or intentionally broken for learning purposes.
---
## ๐ Future Goals
* Build a robust, reusable base infrastructure module
* Experiment with GitOps workflows using ArgoCD or Flux
* Try out policy-as-code tools like OPA / Conftest
* Set up zero-trust networking or service meshes (e.g., Istio)
* Simulate incident response scenarios
---
## ๐ค Contributing
Contributions, ideas, and feedback are welcome! Feel free to:
- Open issues for questions or problems you encounter
- Submit pull requests to share your own experiments
- Start discussions about DevOps practices and tools
- Share your learning experiences and insights
---
## ๐ License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
---
## ๐ฌ Contact
- GitHub: [@NotHarshhaa](https://github.com/NotHarshhaa)
- LinkedIn: [Harshhaa Vardhan Reddy](https://linkedin.com/in/harshhaa-vardhan-reddy)
- Website: [notharshhaa.site](https://notharshhaa.site)