Kubernetes

Kubernetes

Overview

SCP에서 제공하는 IaaS/PaaS 상품을 프로그램적으로 이용할 수 있도록 지원하는 응용 프로그램 인터페이스(Application Programming Interface, API)를 제공합니다.

본 가이드는 KUBERNETES 서비스에 대한 간략한 설명 및 API를 호출하는 방법을 제공합니다. API는 RESTful API 방식으로 제공되며, JSON 형식으로 응답합니다.

Version

Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.

VersionStatusNot Before
1.4CURRENT-
1.3SUPPORTED20261121
1.2SUPPORTED20261021
1.1SUPPORTED20260919
1.0DEPRECATED20251231

OpenAPI URL

https://ske.{region}.{environment}.samsungsdscloud.com

Environment and Region List

environmentregion
skr-west1
skr-east1
gkr-south1
gkr-south2
gkr-south3
ekr-west1
ekr-east1

API Version History

1.4

Kubernetes Engine이 1.4 버전으로 업데이트되었습니다.

변경사항

  • [변경] POST /ske/1.4/nodepools - 요청 시, 아래와 같은 필드가 추가됩니다.
    • scp_gpu_driver
    • volume_max_iops
    • volume_max_throughput
  • [변경] GET /ske/1.4/nodepools/{nodepool_id} - 응답 시, 아래와 같은 필드가 추가됩니다.
    • scp_gpu_driver
    • volume_max_iops
    • volume_max_throughput
  • [변경] PUT /ske/1.4/nodepools/{nodepool_id}/upgrade - 요청 시, 아래와 같은 필드가 추가됩니다.
    • scp_gpu_driver
  • [변경] GET /ske/1.4/images - 응답 시, 아래와 같은 필드가 추가됩니다.
    • scp_gpu_driver
    • scp_supported_class_types

1.3

Kubernetes Engine이 1.3 버전으로 업데이트되었습니다.

변경사항

  • [신규] PUT /ske/1.3/nodepools/{nodepool_id}/linked-resources - Set Nodepool Linked Resources API 가 추가되었습니다.
  • [변경] POST /ske/1.3/nodepools - 요청 시, 아래와 같은 필드가 추가됩니다.
    • linked_resources
  • [변경] GET /ske/1.3/nodepools/{nodepool_id} - 응답 시, 아래와 같은 필드가 추가됩니다.
    • linked_resources

1.2

Kubernetes Engine이 1.2 버전으로 업데이트되었습니다.

변경사항

  • [신규] GET /ske/1.2/images - List Images API 가 추가되었습니다.

1.1

Kubernetes Engine이 1.1 버전으로 업데이트되었습니다.

변경사항

  • [신규] PUT /ske/1.1/clusters/{cluster_id}/service-watch-logging - Set Cluster Service Watch Logging API 가 추가되었습니다.
  • [변경] POST /ske/1.1/clusters - 요청 시, 아래와 같은 필드가 추가됩니다.
    • service_watch_logging_enabled
  • [변경] GET /ske/1.1/clusters/{cluster_id} - 응답 시, 아래와 같은 필드가 추가됩니다.
    • service_watch_logging_enabled
  • [변경] POST /ske/1.1/nodepools - 요청 시, 아래와 같은 필드가 추가됩니다.
    • advanced_settings
    • server_group_id
  • [변경] GET /ske/1.1/nodepools/{nodepool_id} - 응답 시, 아래와 같은 필드가 추가됩니다.
    • advanced_settings
    • server_group_id
  • [변경] PUT /ske/1.1/nodepools/{nodepool_id}/upgrade - 요청 시, 아래와 같은 필드가 추가됩니다.
    • os_version

1.0

Kubernetes Engine이 출시되었습니다.

변경사항

  • [신규] GET /clusters – List Clusters API 가 추가되었습니다.
  • [신규] POST /clusters – Create Cluster API 가 추가되었습니다.
  • [신규] DELETE /clusters/{cluster_id} – Delete Cluster API 가 추가되었습니다.
  • [신규] GET /clusters/{cluster_id} – Show Cluster API 가 추가되었습니다.
  • [신규] GET /clusters/{cluster_id}/kubeconfig – Create Cluster Kubeconfig API 가 추가되었습니다.
  • [신규] PUT /clusters/{cluster_id}/logging – Set Cluster Logging API 가 추가되었습니다.
  • [신규] PUT /clusters/{cluster_id}/private-access-control – Set Cluster Private Access Control API 가 추가되었습니다.
  • [신규] PUT /clusters/{cluster_id}/public-access-control – Set Cluster Public Access Control API 가 추가되었습니다.
  • [신규] PUT /clusters/{cluster_id}/security-groups – Set Cluster Security Groups API 가 추가되었습니다.
  • [신규] PUT /clusters/{cluster_id}/upgrade – Set Cluster Upgrade API 가 추가되었습니다.
  • [신규] GET /clusters/{cluster_id}/user-kubeconfig – Show Cluster User Kubeconfig API 가 추가되었습니다.
  • [신규] GET /clusters/{cluster_id}/nodepools – List Nodepools API 가 추가되었습니다.
  • [신규] POST /nodepools – Create Nodepool API 가 추가되었습니다.
  • [신규] DELETE /nodepools/{nodepool_id} – Delete Nodepool API 가 추가되었습니다.
  • [신규] GET /nodepools/{nodepool_id} – Show Nodepool API 가 추가되었습니다.
  • [신규] PUT /nodepools/{nodepool_id} – Set Nodepool API 가 추가되었습니다.
  • [신규] PUT /nodepools/{nodepool_id}/labels – Set Nodepool Labels API 가 추가되었습니다.
  • [신규] GET /nodepools/{nodepool_id}/nodes – List Nodepool Nodes API 가 추가되었습니다.
  • [신규] PUT /nodepools/{nodepool_id}/taints – Set Nodepool Taints API 가 추가되었습니다.
  • [신규] PUT /nodepools/{nodepool_id}/upgrade – Set Nodepool Upgrade API 가 추가되었습니다.
  • [신규] GET /kubernetes-versions – List Kubernetes Versions API 가 추가되었습니다.