https://github.com/roshan-metrix/devops_cloud
DevOps and Cloud folder
https://github.com/roshan-metrix/devops_cloud
aws azure cloud devops docker google-cloud jenkins kubernetes pipelines
Last synced: 24 days ago
JSON representation
DevOps and Cloud folder
- Host: GitHub
- URL: https://github.com/roshan-metrix/devops_cloud
- Owner: Roshan-Metrix
- License: mit
- Created: 2026-01-13T04:20:47.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2026-05-19T13:03:30.000Z (about 1 month ago)
- Last Synced: 2026-05-19T15:31:28.166Z (about 1 month ago)
- Topics: aws, azure, cloud, devops, docker, google-cloud, jenkins, kubernetes, pipelines
- Language: Shell
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license.txt
Awesome Lists containing this project
README
# DevOps & Cloud
This repository contains hands-on notes, scripts, and examples for DevOps and Cloud topics.
## About This Repository
This repository is a learning and practice space for core modern infrastructure and delivery topics, including:
- DevOps principles and automation workflows
- Cloud concepts and operational practices
- Kubernetes and container orchestration basics
- Docker for building and running containers
- CI/CD pipelines for build, test, and deployment automation
- Jenkins and GitHub Actions for continuous integration
- Shell scripting for day-to-day automation tasks
It is intended as a simple reference point for exploring tools, workflows, and examples related to infrastructure, deployment, and platform engineering.
## Repository Structure
```text
DevOps & Cloud/
|-- .github/
| `-- workflows/
| `-- first-actions.yml
|-- Jenkins/
| `-- README.md
|-- scripts/
| |-- github-api/
| | `-- list-users.sh
| `-- report_for_aws_resource_usage.sh
|-- src/
| `-- addition.py
|-- license.txt
`-- README.md
```
## Click To Navigate
- [.github/](.github/)
- [.github/workflows/](.github/workflows/)
- [.github/workflows/first-actions.yml](.github/workflows/first-actions.yml)
- [Jenkins/](Jenkins/)
- [Jenkins/README.md](Jenkins/README.md)
- [scripts/](scripts/)
- [scripts/github-api/](scripts/github-api/)
- [scripts/github-api/list-users.sh](scripts/github-api/list-users.sh)
- [scripts/report_for_aws_resource_usage.sh](scripts/report_for_aws_resource_usage.sh)
- [src/](src/)
- [src/addition.py](src/addition.py)
- [license.txt](license.txt)
## Contents
- DevOps workflows and CI/CD examples
- Jenkins notes and pipeline guidance
- Shell scripts for automation tasks
- Small source examples and practice files
## Note
Use the links above to jump directly into folders and files from this README.