Welcome to Odyssey Documentation
This documentation contains notes and guides covering various technologies including Docker and Kubernetes.
Documentation Sections
- Docker
- Introduction
- Basic Commands
-
Kubernetes
- Introduction
- Main Components
- Architecture
- Local Setup
- Basic Commands
- Control Plane Components
Getting Started
To work with this documentation locally:
mkdocs serve
- Start a local docs server with live-reloadingmkdocs build
- Build the static documentation sitemkdocs -h
- Show help options
Documentation Structure
docs/
├── index.md
├── Docker/
│ └── notes/
│ ├── 1-docker-introduction.md
│ ├── 2-docker-basic-commands.md
│ └── 3-debugging-a-container.md
└── Kubernetes/
├── notes/
│ ├── 1-kubernetes-introduction.md
│ ├── 2-main-kube-components.md
│ ├── 3-k8s-architecture.md
│ ├── 4-local-k8s-setup.md
│ ├── 5-basic-kubectl-commands.md
│ └── 6-control-plane-components.md
└── src/
└── nginx-deployment.yaml
Contributing
Feel free to contribute to this documentation by submitting pull requests or opening issues if you find any errors or have suggestions for improvements.