K3s traefik ingress 사용 서비스 테스트 traefik ingresstraefik : https://cdecl.github.io/devops/traefik-proxy/traefik 을 활용한 ingress 구현체 : K3s 에서 번들로 제공 서비스 테스트traefik/whoami 서비스 테스트 type: NodePort# whoami-deploy.yamlapiVersion: apps/v1kind: Deploymentmetadata: name: whoamispec: selector: matchLabels: app: whoami replicas: 2 template: metadata: labels: app: whoami spec: ..