feat: Add complete nginx static site example with deployment, service, and documentation

This commit is contained in:
mik-tf
2025-11-04 12:02:02 -05:00
parent 1860fd220d
commit d116c641fe
5 changed files with 379 additions and 5 deletions

View File

@@ -15,13 +15,14 @@ Comprehensive progression of Kubernetes examples designed to teach MyceliumCloud
### Planned Examples (In Progress)
#### 2. Nginx Static Site 🔄
- **Difficulty**: ⭐ Easy
- **Status**: 🔄 **NEXT UP**
#### 2. Nginx Static Site
- **Difficulty**: ⭐ Easy
- **Status**: **COMPLETED**
- **Learning Focus**: Static content serving, custom HTML, nginx configuration
- **Template**: Same efficient pattern as hello-world
- **Key Concepts**: Static files, nginx deployment, custom configuration
- **Next Step**: Copy hello-world template, adapt for nginx
- **Key Concepts**: Static files, nginx deployment, custom configuration, ConfigMaps
- **Result**: Tested and working on MyceliumCloud cluster
- **Next Step**: Move to Python Flask API example
### Planned Examples (Future)