Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ananya2001-an/devops
- Owner: Ananya2001-an
- License: gpl-3.0
- Created: 2023-02-14T17:08:33.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-23T15:13:35.000Z (4 months ago)
- Last Synced: 2024-11-01T21:51:26.442Z (2 months ago)
- Topics: argocd, devops, docker, gitops, kubernetes, yaml
- Language: HTML
- Homepage: https://ananya2001-an.github.io/DevOps/
- Size: 4.25 MB
- Stars: 4
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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
- [Introduction](yaml/README.md)
## Microservices
- [Introduction](microservices/README.md)
## Docker
- [Introduction and commands](docker/README.md)
## 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)
- [Introduction](gcloud/README.md)
- [Cloud Engineer Learning Path](gcloud/cloud-engineer-path/associate-cloud-engineer.md)## GitOps
- [Introduction](gitops/README.md)
- [ArgoCD](gitops/argoCD.md)