반응형 hostnames1 [k8s] hostAliases 에 여러 개 등록하기 apiVersion: v1 kind: Pod metadata: name: hostaliases-pod spec: restartPolicy: Never hostAliases: - ip: "127.0.0.1" hostnames: - "hello.com" - "bryan.com" - ip: "10.1.2.3" hostnames: - "tistory.com" - "naver.com" containers: - name: cat-hosts image: busybox command: - cat args: - "/etc/hosts" 이 pod 에서 hello.com 또는 bryan.com 을 호출하면 127.0.0.1 로 간다는 뜻입니다. 그 아래도 마찬가지로 tistory.com 또는 naver.com 을 호출하면 .. 2021. 1. 15. 이전 1 다음 728x90 반응형