Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ananya2001-an/devops

This repository includes all my notes on DevOps
https://github.com/ananya2001-an/devops

argocd devops docker gitops kubernetes yaml

Last synced: 2 months ago
JSON representation

This repository includes all my notes on DevOps

Awesome Lists containing this project

README

        

DevOps


This repository contains all my learnings on DevOps. I will keep updating this repo in the future since I am still learning a lot of DevOps related stuff. I hope that this repo can help you understand DevOps a little better. My notes include some easy to understand figures as well so that it can help you visualize concepts in a broader sense.

This repo takes a lot of inspiration from Pradumna Saraf's DevOps repo. Make sure to check it out!

## YAML

yaml

- [Introduction](yaml/README.md)


## Microservices

microservices

- [Introduction](microservices/README.md)


## Docker

docker

- [Introduction and commands](docker/README.md)


## Kubernetes

Kubernetes

- [Introduction](kubernetes/README.md)
- [K8s Components](kubernetes/k8s-components.md)
- [K8s Architecture](kubernetes/k8s-architecture.md)
- [Kubectl commands](kubernetes/kubectl-commands.md)
- [K8s Configuration files](kubernetes/configuration-file-in-yaml.md)
- [HELM](kubernetes/helm.md)

## GCP (Google Cloud)

google-cloud

- [Introduction](gcloud/README.md)
- [Cloud Engineer Learning Path](gcloud/cloud-engineer-path/associate-cloud-engineer.md)

## GitOps

gitops

- [Introduction](gitops/README.md)
- [ArgoCD](gitops/argoCD.md)