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

https://github.com/mach1el/documentation

Jot down technical notes
https://github.com/mach1el/documentation

argocd argocd-config aws cert-manager documentation eks eks-cluster gitlab-ci-eks gitlab-ci-runner gitlab-runners ingress-nginx kubectl-commands kubernetes nginx rancher

Last synced: 5 months ago
JSON representation

Jot down technical notes

Awesome Lists containing this project

README

          

# Documentation

![ArgoCD](https://img.shields.io/badge/ArgoCD-FF8800?style=for-the-badge&logo=argo&logoColor=white)
![AWS](https://img.shields.io/badge/AWS-%23FF9900.svg?style=for-the-badge&logo=amazon-aws&logoColor=white)
![GitLab](https://img.shields.io/badge/gitlab-%23181717.svg?style=for-the-badge&logo=gitlab&logoColor=white)
![GitLab CI](https://img.shields.io/badge/gitlab%20ci-%23181717.svg?style=for-the-badge&logo=gitlab&logoColor=white)
![Nexus](https://img.shields.io/badge/Nexus-%23404040.svg?style=for-the-badge&logo=sonatype&logoColor=white)
![Kubernetes](https://img.shields.io/badge/kubernetes-%23326ce5.svg?style=for-the-badge&logo=kubernetes&logoColor=white)
![Nginx](https://img.shields.io/badge/nginx-%23009639.svg?style=for-the-badge&logo=nginx&logoColor=white)
![Rancher](https://img.shields.io/badge/rancher-%230075A8.svg?style=for-the-badge&logo=rancher&logoColor=white)

This repository is a personal knowledge base for real-world DevOps work.
It collects:

- Practical techniques proven in production
- Reusable patterns for automation
- Handy one-liners and commands worth keeping

The goal is to have a concise, searchable place for things that actually work, not just theory.

## Repository Structure

Each directory focuses on a specific tool or platform:

- [ArgoCD](/ArgoCD) – GitOps workflows, app definitions, and deployment patterns
- [AWS](/AWS) – Cloud infrastructure notes, CLI usage, and common setups
- [Gitlab](/Gitlab) – GitLab configuration, CI/CD concepts, and tips
- [Nexus](/Nexus) - Setup Nexus role, repository and troubleshooting
- [Kubernetes](/Kubernetes) – Manifests, troubleshooting notes, and cluster operations
- [Nginx](/Nginx) – Reverse proxy setups, load balancing, and common configs
- [Rancher](/Rancher) – Cluster management, multi-cluster workflows, and integration tips

More sections will be added as new tools and techniques are used in day-to-day work.