forward(2)
-
ERROR Exception while listening to address zookeeper-1.zookeeper-headless.kafka/<unresolved>:3888
coreDNS에서 찾지를 못함coreDNS에 bind pod를 forward한 것이 문제가 되어서, 일단 제거함
2025.02.28 -
Spring boot index.html 설정
http://localhost:8081로 접속시 index.html 화면이 나오도록 설정 @GetMapping("/") public String index() { return "forward:/index.html"; }
2021.04.05