DiptoChakrabarty / learn_devops_with_projects

Learn Devops by practical projects . Includes all tech stacks including k8s, ansible , docker , python and more

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DevOps Quick Projects Repository

Devops Image

Welcome to the DevOps Quick Projects Repository! This repository is a collection of small DevOps-related projects, each focusing on different technologies and concepts. Please follow the guidelines below when contributing to this repository.

If you like the project please do ⭐ it 😇

Guidelines

  1. Be Respectful: When contributing to this repository, please maintain a respectful and inclusive environment. Respect the opinions and ideas of others, and adhere to our Code of Conduct.

  2. Project Structure: Each project should have its own directory within this repository. The directory should include all the necessary files and documentation for the project.

  3. Documentation: Provide clear and concise documentation within each project directory. This should include a README.md file that explains the purpose of the project, how to set it up, and how to use it.

  4. Development Branch: All pull requests (PRs) should be opened against the develop branch. The main branch is reserved for stable releases.

  5. Learning: This repository is for learning devops , if you want to steal some ideas for your resume or have a crazy idea add here. We are very welcoming.

Issue Creation

  1. Please create a issue if you have some cool devops project idea.

  2. Discuss with other people and assign yourself if you want to work on it.

  3. If issue is left unattended for long time project maintainer will pick it up.

Contributing

If you would like to contribute to this repository, follow these steps:

Example project is under sample_project

  1. Fork this repository to your GitHub account.

  2. Clone your forked repository to your local machine. Create a new branch.

git clone https://github.com/your-username/devops-quick-projects.git
cd devops-quick-projects
git checkout -b your_branch_name
  1. Create a directory for the project using the bash script given
sh create_project.sh {your_project_name}
  1. Add your files and project under that repository

  2. Add a README.md which contains steps to run the project and extra details about the project

About

Learn Devops by practical projects . Includes all tech stacks including k8s, ansible , docker , python and more

License:MIT License


Languages

Language:Smarty 29.3%Language:Go 27.5%Language:HCL 17.2%Language:Python 12.7%Language:JavaScript 9.4%Language:Dockerfile 2.5%Language:Shell 1.3%