Welcome to Odyssey Documentation
This documentation contains notes and guides covering various technologies including Docker and Kubernetes.
Documentation Sections
- Personal
- Important Links
-
Containerization platform documentation
-
Container orchestration platform documentation
- System design principles and patterns
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
├── _personal/
│ ├── links.md
│ └── todo.md
├── Docker/
│ ├── index.md
│ ├── _drafts/
│ ├── guides/
│ └── commands/
├── Kubernetes/
│ ├── index.md
│ ├── _drafts/
│ ├── guides/
│ ├── commands/
│ └── manifests/
└── SystemDesign/
├── index.md
├── _drafts/
├── guides/
└── references/
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.