Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pradumnasaraf/devops

I created this repository to keep my learning, notes, and code in one place for various tools in DevOps. Now, it's helping thousands of learners, practitioners, and professionals every day in their DevOps journey.
https://github.com/pradumnasaraf/devops

argocd bash-script ci-cd devops docker docker-compose git github-actions gitops go grafana hacktoberfest helm jenkins kubernetes linux networking portainer prometheus yaml

Last synced: 4 days ago
JSON representation

I created this repository to keep my learning, notes, and code in one place for various tools in DevOps. Now, it's helping thousands of learners, practitioners, and professionals every day in their DevOps journey.

Awesome Lists containing this project

README

        

DevOps

Contains all my learning related to DevOps tools and tech. To get a better user experience, visit the hosted version of this repo at devops.pradumnasaraf.dev

## Docker

docker

- [Notes](docs/docker/introduction.md)
- [Learning Resources](docs/docker/learning-resources.md)
- [Commands](docs/docker/commands.md)
- [Compose/Stack Files](https://github.com/Pradumnasaraf/DevOps/tree/main/docs/docker/docker-compose)
- [Dockerfile](https://github.com/Pradumnasaraf/DevOps/tree/main/docs/docker/dockerfiles)

## Kubernetes

Kubernetes

- [Notes](docs/kubernetes/introduction.md)
- [Learning Resources](docs/kubernetes/learning-resources.md)
- [Commands](docs/kubernetes/commands.md)
- [Sample Apps](https://github.com/Pradumnasaraf/DevOps/tree/main/docs/kubernetes/apps)
- [Manifest Files](https://github.com/Pradumnasaraf/DevOps/tree/main/docs/kubernetes/k8s-resources-type)
- [Tools](docs/kubernetes/tools.md)
- [Playground](docs/kubernetes/playground.md)
- [Other Resources](docs/kubernetes/other-resources.md)

## GitHub Actions

GitHub Action

- [Notes](docs/github-actions/introduction.md)
- [Learning Resources](docs/github-actions/learning-resources.md)
- [Workflows](https://github.com/Pradumnasaraf/DevOps/tree/main/docs/github-actions/Workflows)
- [Scenarios](docs/github-actions/scenarios.md)
- [Other Resources](docs/github-actions/other-resources.md)
-
## Linux

linux

- [Notes](docs/linux/introduction.md)
- [Learning Resources](docs/linux/learning-resources.md)
- [Commands](docs/linux/commands.md)

## Git

git

- [Notes](docs/git/introduction.md)
- [Learning Resources](docs/git/learning-resources.md)
- [Commands](docs/git/commands.md)

## Networking

network

- [Notes](docs/networking/introduction.md)
- [Learning Resources](docs/networking/learning-resources.md)
- [Commands](docs/networking/commands.md)

## YAML

YAML

- [Notes](docs/yaml/introduction.md)
- [Learning Resources](docs/yaml/learning-resources.md)

## Golang (Go)

network

- [Notes](docs/go/introduction.md)
- [Learning Resources](docs/go/learning-resources.md)
- [Concepts](https://github.com/Pradumnasaraf/DevOps/tree/main/docs/golang/concepts)
- [Practice App](https://github.com/Pradumnasaraf/DevOps/tree/main/docs/golang/apps)
- [Other Resources](docs/go/other-resources.md)

## Helm

Helm

- [Notes](docs/helm/introduction.md)
- [Learning Resources](docs/helm/learning-resources.md)
- [Charts](https://github.com/Pradumnasaraf/DevOps/tree/main/docs/helm/charts)

## Prometheus

Prometheus

- [Notes](docs/prometheus/introduction.md)
- [Learning Resources](docs/prometheus/learning-resources.md)

## GitOps

Gitops

- [Notes](docs/gitops/introduction.md)
- [Learning Resources](docs/gitops/learning-resources.md)

## ArgoCD

Argo

- [Notes](docs/argocd/introduction.md)
- [Learning Resources](docs/argocd/learning-resources.md)
- [Manifest Files](https://github.com/Pradumnasaraf/DevOps/tree/main/docs/argocd/manifests)

## Jenkins

Jenkins

- [Notes](docs/jenkins/introduction.md)
- [Learning Resources](docs/jenkins/learning-resources.md)
- [Jenkinsfile](https://github.com/Pradumnasaraf/DevOps/tree/main/docs/jenkins/jenkinsfiles)

## Bash Scripting

Bash

- [Notes](docs/bash-scripting/introduction.md)
- [Learning Resources](docs/bash-scripting/learning-resources.md)
- [Script](https://github.com/Pradumnasaraf/DevOps/tree/main/docs/bash-scripting/scripts)

## WebAssembly (WASM)

Wasm

- [Notes](docs/webassembly/introduction.md)
- [Learning Resources](docs/webassembly/learning-resources.md)
- [Tools](docs/webassembly/tools.md)
- [Files and Sample Apps](https://github.com/Pradumnasaraf/DevOps/tree/main/docs/webassembly/files)

## Terraform

Terraform

- [Notes](docs/terraform/introduction.md)
- [Learning Resources](docs/terraform/learning-resources.md)
- [Commands](docs/terraform/commands.md)