apiVersion: apps/v1 kind: Deployment metadata: name: nginx-mycelium namespace: default labels: app: nginx-mycelium network: mycelium spec: replicas: 3 selector: matchLabels: app: nginx-mycelium template: metadata: labels: app: nginx-mycelium network: mycelium spec: containers: - name: nginx image: nginx:alpine ports: - containerPort: 80 volumeMounts: - name: html-content mountPath: /usr/share/nginx/html/index.html subPath: index.html resources: requests: memory: "32Mi" cpu: "100m" limits: memory: "64Mi" cpu: "200m" livenessProbe: httpGet: path: / port: 80 initialDelaySeconds: 5 periodSeconds: 10 readinessProbe: httpGet: path: / port: 80 initialDelaySeconds: 3 periodSeconds: 5 volumes: - name: html-content configMap: name: nginx-mycelium-content --- apiVersion: v1 kind: ConfigMap metadata: name: nginx-mycelium-content namespace: default data: index.html: | 🌍 Mycelium Global Web Hosting

🌍 Mycelium Global Web Hosting

✅ Success!

This website is globally accessible via Mycelium Cloud!

This demonstrates that you can host a real website that anyone with Mycelium can access from anywhere in the world.

🏗️ Technical Details

🌐 Global Access URLs

Your website is accessible via any Mycelium IPv6:

Anyone with Mycelium can access your website from anywhere!

🚀 Load Balancing Test

Test if load balancing is working:

curl -H "Cache-Control: no-cache" http://[51d:3596:6cc3:81e7:ff0f:d546:3737:4c8c]:30090

Try multiple requests to see traffic distribute across different pods!

Mycelium Cloud • Real Global Internet Infrastructure
Deploy once, access worldwide! 🌍