docs: Update roadmap to reflect simplified WordPress deployment and remove ConfigMaps

This commit is contained in:
mik-tf
2025-11-09 21:38:13 -05:00
parent da61704a43
commit fd4537ee28

View File

@@ -61,8 +61,8 @@ Comprehensive progression of Kubernetes examples designed to teach MyceliumCloud
- **Difficulty**: ⭐⭐⭐ Hard
- **Status**: ✅ **COMPLETED**
- **Learning Focus**: Multi-container applications, CMS deployment, database integration
- **Template**: Enhanced pattern with `wordpress.md` + `wordpress-deployment.yaml` + `wordpress-service.yaml` + `wordpress-configmap.yaml`
- **Key Concepts**: Multi-container pods, database persistence, init containers, ConfigMaps, CMS deployment, persistent volumes
- **Template**: Simple pattern with `wordpress.md` + `wordpress-deployment.yaml` + `wordpress-service.yaml`
- **Key Concepts**: Multi-container pods, intra-pod database communication, CMS deployment, WordPress setup wizard, MariaDB integration
#### 9. Node.js API
- **Difficulty**: ⭐⭐⭐ Hard
@@ -185,7 +185,7 @@ Each example includes:
| Redis Cache | ✅ | ❌ | ❌ | ✅ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
| Nginx NodePort Website | ✅ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ | ✅ | ✅ |
| PostgreSQL | ✅ | ✅ | ❌ | ✅ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
| WordPress | ✅ | | ✅ | ✅ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
| WordPress | ✅ | | ✅ | ✅ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
| Node.js API | ✅ | ❌ | ❌ | ✅ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
| Jenkins CI/CD | ✅ | ✅ | ❌ | ✅ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ |
| Nextcloud | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ |