An open API service indexing awesome lists of open source software.

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

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.