Kubernetes Engine
KakaoCloud Kubernetes Engine is KakaoCloud's managed Kubernetes service that lets you easily run Kubernetes based on Virtual Private Cloud (VPC).
For more information about Kubernetes Engine, see the Kubernetes Engine service documentation.
API list
Browse the OpenAPI endpoints provided by Kubernetes Engine in alphabetical order.
| API | Description |
|---|---|
| Create cluster | Create a new Kubernetes cluster. |
| Create node pool | Create a new node pool within the cluster. |
| Create node pool scheduled scaling | Create reservation-based autoscaling rules to apply to your node pool. |
| Create service agent | Create a service agent for cluster management and monitoring. |
| Delete cluster | Delete the existing cluster. |
| Delete cluster nodes | Delete or recreate a specific node in the cluster. |
| Delete node pool | Removes a specific node pool from a cluster. |
| Delete node pool scheduled scaling | Delete the reservation-based autoscaling rule set for the node pool. |
| Get cluster | View detailed information of a specific cluster. |
| Get cluster kubeconfig | Check the kubeconfig settings for cluster connection. |
| Get cluster node | View detailed information on a specific node within a cluster. |
| Get cluster node details | View Kubernetes node information, including detailed specifications, status, events, and pod list of a specific node in the cluster. |
| Get node pool | View detailed information for a specific node pool. |
| Get service agent | Query whether the Kubernetes Engine service agent has been created in your project. |
| List available Kubernetes versions | When creating a cluster, query the list of available Kubernetes versions. |
| List cluster nodes | List all nodes in the cluster. |
| List cluster upgradable versions | View the Kubernetes upgrade versions available for your cluster. |
| List clusters | View the cluster list. |
| List node pool images | View a list of node images that can be used when creating a node pool in your cluster. |
| List node pool nodes | Queries a list of all nodes belonging to a node pool. |
| List node pool scheduled scalings | View all reservation-based autoscaling rules set in the node pool. |
| List node pools | Query a list of all node pools in the cluster. |
| Set cluster nodes cordon | Change a specific node in a cluster to cordon. |
| Set node pool node label | Batch add, modify, and delete custom labels on all nodes in a node pool. |
| Set node pool resource-based auto scaling | Set resource-based autoscaling rules for the node pool. |
| Set node pool user script | Set up a user script to run when nodes in the node pool are created or initialized. |
| Update cluster | Modify information for a specific cluster. |
| Update node pool | Modify the default settings for your node pool. |
| Upgrade cluster | Upgrade your cluster to an upgradeable Kubernetes version. |
| Upgrade node pool | Upgrade the Kubernetes version of the nodes within your node pool. |