[go: nahoru, domu]

Skip to content

Commit

Permalink
[ko] Added link to netcat official site and '-v' key to netcat comman…
Browse files Browse the repository at this point in the history
…d example
  • Loading branch information
Arhell committed Mar 31, 2024
1 parent caed4f9 commit 4cb0e47
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ card:
## 필수 포트 확인 {#check-required-ports}
[필수 포트들](/ko/docs/reference/networking/ports-and-protocols/)
쿠버네티스 컴포넌트들이 서로 통신하기 위해서 열려 있어야
한다. 다음과 같이 netcat과 같은 도구를 이용하여 포트가 열려 있는지 확인해 볼 수 있다.
한다. 다음과 같이 [netcat](https://netcat.sourceforge.net) 같은 도구를 이용하여 포트가 열려 있는지 확인해 볼 수 있다.

```shell
nc 127.0.0.1 6443
nc 127.0.0.1 6443 -v
```

사용자가 사용하는 파드 네트워크 플러그인은 특정 포트를 열어야 할 수도
Expand Down

0 comments on commit 4cb0e47

Please sign in to comment.