feat: Add nginx-nodeport example with comprehensive documentation and security comparison

This commit is contained in:
mik-tf
2025-11-06 20:07:50 -05:00
parent 78a7f4c89f
commit d293c00794
9 changed files with 1860 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
apiVersion: v1
kind: Service
metadata:
name: nginx-nodeport-service
labels:
app: nginx-nodeport
annotations:
description: "LoadBalancer service for nginx-nodeport deployment with IPv6 support"
spec:
type: LoadBalancer
externalTrafficPolicy: Local
selector:
app: nginx-nodeport
ports:
- name: http
port: 8080
targetPort: 8080
protocol: TCP