기능 추가

This commit is contained in:
2026-01-05 13:15:49 +09:00
parent 9c7ba65c32
commit dcdcfecc40
12 changed files with 525 additions and 81 deletions

57
yaml/configmap.yaml Normal file
View File

@@ -0,0 +1,57 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: ingress-migrator-mapping
data:
mapping.yaml: |
nginx.ingress.kubernetes.io/affinity:
haproxy: haproxy.org/cookie-persistence
support: partial
note: "value 수정 필요 (ex. cookie -> route)"
nginx.ingress.kubernetes.io/backend-protocol:
haproxy: haproxy.org/server-ssl
support: partial
note: "value 수정 필요 (ex. HTTPS -> true)"
nginx.ingress.kubernetes.io/force-ssl-redirect:
haproxy: haproxy.org/ssl-redirect
support: full
nginx.ingress.kubernetes.io/session-cookie-hash:
haproxy: null
support: unsupported
note: "HAProxy는 해시 방식 지정 불필요 (자동 제공)"
nginx.ingress.kubernetes.io/session-cookie-name:
haproxy: haproxy.org/cookie-persistence
support: full
nginx.ingress.kubernetes.io/ssl-redirect:
haproxy: haproxy.org/ssl-redirect
support: full
nginx.ingress.kubernetes.io/server-snippet:
haproxy: haproxy.org/backend-config-snippet
support: partial
note: "value 수정 필요"
nginx.ingress.kubernetes.io/app-root:
haproxy: haproxy.org/path-rewrite
support: partial
note: "Change Value"
nginx.ingress.kubernetes.io/configuration-snippet:
haproxy: null
support: unsupported
note: "HAProxy does not support arbitrary NGINX snippets"
proxy-buffering:
haproxy: null
support: unsupported
note: "HAProxy does not support arbitrary NGINX snippets"
gzip-level:
haproxy: null
support: unsupported
note: "HAProxy does not support arbitrary NGINX snippets"