Welcome to the centralized documentation hub for cloud platforms, containerization, Kubernetes operations, security testing, and service APIs.
This repository serves as a structured knowledge base for infrastructure setup, deployment workflows, and operational practices.
Path: cloud_platforms/aws
Documentation related to AWS integration and usage.
Path: cloud_platforms/digitalocean
- Droplets
Setup and operational guides for DigitalOcean Droplets.
Path: cloud_platforms/inet
-
Docker Build and Run
docker_build_run.md -
Web Application Deployment
webapp_deploy.md -
Infrastructure
infra/minio_deployment.mdinfra/monitoring_prometheus.md
Path: docker
Path: docker/next
-
comparison.md
Comparison of different Docker approaches for Next.js applications. -
dockerfile.example
Minimal Dockerfile example. -
dockerfile.prod
Production-ready Dockerfile. -
dockerfile.tutorial
Step-by-step Dockerfile tutorial. -
readme.md
Usage overview and conventions.
Path: docker/next/troubleshooting
platform_mismatch.mdpnpm_next_ci.mdslow_docker_builds.md
Path: k8s
-
k9s_guide.md
Terminal-based Kubernetes UI for daily cluster operations.
Covers installation, configuration, and practical usage with kubectl contexts. -
kube_hunter_guide.md
Kubernetes security scanning guide using kube-hunter.
Includes remote scanning, active scanning, and practical execution examples. -
trivy_guide.md
Comprehensive vulnerability and misconfiguration scanning guide using Trivy.
Covers installation, image scanning, filesystem scanning, and Kubernetes security assessment.
Path: k8s_security_test
-
k8s101/k8s02/assessment_report.md
Consolidated Kubernetes security assessment report. -
k8s101/k8s02/kube_hunter_report.json
Raw kube-hunter scan output in JSON format.
Path: service_apis
Path: service_apis/googlemap
Dynamic and static map integration notes.
Path: service_apis/stripe
Payment integration guidelines and references.
Path: service_apis/wasabi
Object storage integration, presigned URLs, and upload workflows.
Path: prompts
git_commit.md
Git commit message format using Conventional Commits.
Includes structured examples covering why, what, and breaking changes.