Oracle Container Engine for Kubernetes · Capability
Oracle Container Engine for Kubernetes (OKE) API
Oracle Container Engine for Kubernetes (OKE) is a managed Kubernetes service on Oracle Cloud Infrastructure. The API exposes endpoints for managing Kubernetes clusters, node pools, virtual node pools, add-ons, work requests, and cluster credentials within OCI compartments.
What You Can Do
GET
Listclusters
— List clusters
/clusters
POST
Createcluster
— Create a cluster
/clusters
GET
Getcluster
— Get a cluster
/clusters/{clusterId}
PUT
Updatecluster
— Update a cluster
/clusters/{clusterId}
DELETE
Deletecluster
— Delete a cluster
/clusters/{clusterId}
POST
Createkubeconfig
— Create kubeconfig content
/clusters/{clusterId}/kubeconfig/content
GET
Listnodepools
— List node pools
/nodePools
POST
Createnodepool
— Create a node pool
/nodePools
GET
Getnodepool
— Get a node pool
/nodePools/{nodePoolId}
DELETE
Deletenodepool
— Delete a node pool
/nodePools/{nodePoolId}
GET
Listvirtualnodepools
— List virtual node pools
/virtualNodePools
GET
Listaddons
— List add-ons installed on a cluster
/clusters/{clusterId}/addons
POST
Installaddon
— Install a cluster add-on
/clusters/{clusterId}/addons
GET
Listworkrequests
— List work requests
/workRequests
GET
Getworkrequest
— Get a work request
/workRequests/{workRequestId}
MCP Tools
listclusters
List clusters
read-only
idempotent
createcluster
Create a cluster
getcluster
Get a cluster
read-only
idempotent
updatecluster
Update a cluster
idempotent
deletecluster
Delete a cluster
idempotent
createkubeconfig
Create kubeconfig content
listnodepools
List node pools
read-only
idempotent
createnodepool
Create a node pool
getnodepool
Get a node pool
read-only
idempotent
deletenodepool
Delete a node pool
idempotent
listvirtualnodepools
List virtual node pools
read-only
idempotent
listaddons
List add-ons installed on a cluster
read-only
idempotent
installaddon
Install a cluster add-on
listworkrequests
List work requests
read-only
idempotent
getworkrequest
Get a work request
read-only
idempotent