-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[KT Cloud VPC] To use NLB, needs to support the subnet management features with a fixed name. #1105
Comments
[제안]
[시험 현황]
|
@powerkimhub (@seokho-son) 그리고, 아래 내용을 봤을때 Private Tier 영역이 외부로는 완전히 차단된 거 같은데, Public IP를 하나 만들고 Static NAT 설정을 해서 외부에서 연결 가능한지 테스트해보겠습니다. |
|
@powerkimhub (@seokho-son) |
|
@powerkimhub (@seokho-son) 위의 안 관련하여 추가적으로 생각나는 건, KT cloud D platform에서는 custom tier라고해서 VPC의 기본 CIDR와 무관하게 CIDR 영역 A class 숫자를 사용자가 지정하는 영역으로 사용할 수 있습니다. (Ex) 10.X.X.X) 따라서, CB-TB에서 추구하는 사항에 맞춰서 타 major CSP와 유사하게 NLB-SUBNET을 생성할때 10.X.X.X 영역대로 생성하는게 좋을거 같습니다. (CB-SP나 CB-TB에서 NLB-SUBNET 생성할때 권장) |
@powerkimhub |
What would you like to be enhanced
: KT Cloud VPC (D platform)을 연동하여 NLB를 사용할 경우, 고정된 이름으로 미리 생성한 이름의 subnet을 드라이버 내부적으로 활용하여 NLB를 생성하도록 보완되어야함.
Why is this needed
: 아래의 사항들로 인해 위와 같은 보완이 필요함.
Ref)
cb-spider/cloud-control-manager/cloud-driver/interfaces/resources/NLBHandler.go
Line 18 in e5f096d
Proposed solution
(아래는 @powerkimhub 님과 논의하여 결정한 사항임)
: 위의 특징적 상황에서 아래와 같은 방법으로 NLB를 사용할 수 있도록 지원함.
(아래의 방법은 임시 해결책이며 향후 KT Cloud VPC 서비스 VPC/Subnet, NLB 서비스 변경 사항에 따라 변경될 수 있음.)
(사용자가 'NLB-SUBNET' 이라는 고정된 이름의 subnet을 생성/조회/삭제가 가능해야함.)
만약, 사용자가 'NLB-SUBNET' 이라는 subnet을 생성해 놓지 않아 존재하지 않으면 드라이버에서 error 메시지로 'NLB-SUBNET' 이라는 subnet을 생성하도록 안내함.
The text was updated successfully, but these errors were encountered: