ORACLE CLOUD

Container Engine actions

44 actions you can wire into a flow, alongside everything else in the Oracle Cloud integration.

Every Container Engine action

  • OCI Container Engine: Cancel Work RequestCancel an in-progress Oracle Cloud OKE work request by OCID, asking OCI to stop the underlying operation.
  • OCI Container Engine: Complete Credential RotationFinalise a credential rotation on an Oracle Cloud OKE cluster, retiring the superseded key and certificate material.
  • OCI Container Engine: Create ClusterProvision a new Oracle Cloud OKE Kubernetes cluster in a VCN. Asynchronous: returns a work-request id; poll Get Work Request until it completes, then Get Cluster for the API endpoints.
  • OCI Container Engine: Create KubeconfigGenerate a kubeconfig for an Oracle Cloud OKE cluster and return its YAML content: hand it to kubectl or a downstream step to talk to the cluster. Defaults to the public API endpoint and a token that lasts the maximum allowed.
  • OCI Container Engine: Create Node PoolAdd a managed worker node pool to an Oracle Cloud OKE cluster: pick the compute shape, node image, count and where the nodes land (availability domain + subnet). Asynchronous, returns a work-request id; poll Get Work Request, then Get Node Pool.
  • OCI Container Engine: Create Virtual Node PoolAdd a virtual node pool to an Oracle Cloud OKE cluster: serverless pods OCI schedules for you, placed in an availability domain + subnet with a pod subnet and pod shape. Asynchronous, returns a work-request id; poll Get Work Request, then Get Virtual Node Pool.
  • OCI Container Engine: Create Workload MappingCreate a workload mapping on an Oracle Cloud OKE cluster: bind a Kubernetes namespace to a mapped customer compartment.
  • OCI Container Engine: Delete ClusterDelete an Oracle Cloud OKE Kubernetes cluster by OCID. Asynchronous: returns a work-request id; poll Get Work Request until the deletion completes.
  • OCI Container Engine: Delete NodeDelete a single Oracle Cloud OKE worker node from its node pool by OCID, optionally shrinking the pool. Asynchronous: returns a work-request id; poll Get Work Request until it completes.
  • OCI Container Engine: Delete Node PoolDelete an Oracle Cloud OKE node pool by OCID, draining and terminating its worker nodes. Asynchronous: returns a work-request id; poll Get Work Request until it completes.
  • OCI Container Engine: Delete Virtual Node PoolDelete an Oracle Cloud OKE virtual node pool by OCID. Asynchronous: returns a work-request id; poll Get Work Request until the deletion completes.
  • OCI Container Engine: Delete Workload MappingDelete a single workload mapping from an Oracle Cloud OKE cluster by OCID.
  • OCI Container Engine: Disable Add-onDisable a managed add-on on an Oracle Cloud OKE cluster, optionally removing its deployed resources. Asynchronous: returns a work-request id; poll Get Work Request until it completes.
  • OCI Container Engine: Get Add-onFetch a single add-on installed on an Oracle Cloud OKE cluster by name: its version, installed version, and lifecycle state.
  • OCI Container Engine: Get ClusterFetch a single Oracle Cloud OKE cluster by OCID: its Kubernetes version, lifecycle state, and public/private API endpoints.
  • OCI Container Engine: Get Cluster OptionsList the Kubernetes versions available for new Oracle Cloud OKE clusters in a compartment.
  • OCI Container Engine: Get Credential Rotation StatusCheck the credential rotation status of an Oracle Cloud OKE cluster: whether a rotation is in progress, waiting, or completed, and when auto-completion is scheduled.
  • OCI Container Engine: Get Node PoolFetch a single Oracle Cloud OKE node pool by OCID: its node shape, Kubernetes version, size, lifecycle state, and member nodes.
  • OCI Container Engine: Get Node Pool OptionsList the node-pool shapes and Kubernetes versions available in a compartment for creating or updating OKE node pools.
  • OCI Container Engine: Get Virtual NodeFetch a single Oracle Cloud OKE virtual node by OCID: its availability domain, subnet, private IP, and lifecycle state.
  • OCI Container Engine: Get Virtual Node PoolFetch a single Oracle Cloud OKE virtual node pool by OCID: its cluster, Kubernetes version, size, and lifecycle state.
  • OCI Container Engine: Get Work RequestFetch an Oracle Cloud OKE work request by OCID: its operation type, status (ACCEPTED/IN_PROGRESS/SUCCEEDED/FAILED), affected resources and timings. Poll this after any create/update/delete to track the async operation.
  • OCI Container Engine: Get Workload MappingFetch a single Oracle Cloud OKE workload mapping by OCID: its namespace, mapped tenancy/compartment, and lifecycle state.
  • OCI Container Engine: Install Add-onInstall (enable) a managed add-on such as CertManager or KubernetesDashboard on an Oracle Cloud OKE cluster. Asynchronous: returns a work-request id; poll Get Work Request until it completes.
  • OCI Container Engine: List Add-on OptionsList the Oracle Cloud OKE add-ons available for a given Kubernetes version. Walks pagination up to a safe cap.
  • OCI Container Engine: List Add-onsList the add-ons installed on an Oracle Cloud OKE cluster. Walks pagination up to a safe cap.
  • OCI Container Engine: List ClustersList the Oracle Cloud OKE clusters in a compartment. Walks pagination up to a safe cap.
  • OCI Container Engine: List Node PoolsList the Oracle Cloud OKE node pools in a compartment, optionally scoped to one cluster. Walks pagination up to a safe cap.
  • OCI Container Engine: List Pod ShapesList the pod shapes available for virtual nodes in an Oracle Cloud OKE compartment. Walks pagination up to a safe cap.
  • OCI Container Engine: List Virtual Node PoolsList the Oracle Cloud OKE virtual node pools in a compartment, optionally scoped to one cluster. Walks pagination up to a safe cap.
  • OCI Container Engine: List Virtual NodesList the virtual nodes in an Oracle Cloud OKE virtual node pool. Walks pagination up to a safe cap.
  • OCI Container Engine: List Work Request ErrorsList the errors recorded against an Oracle Cloud OKE work request.
  • OCI Container Engine: List Work Request LogsList the log entries for an Oracle Cloud OKE work request, so a flow can trace what an asynchronous operation did.
  • OCI Container Engine: List Work RequestsList the Oracle Cloud OKE work requests in a compartment, optionally scoped to a cluster or resource. Walks pagination up to a safe cap.
  • OCI Container Engine: List Workload MappingsList the workload mappings on an Oracle Cloud OKE cluster. Walks pagination up to a safe cap.
  • OCI Container Engine: Reboot NodeReboot a single worker node of an Oracle Cloud OKE cluster by OCID: returns a work-request OCID to poll until the reboot completes.
  • OCI Container Engine: Replace Node Boot VolumeReplace the boot volume of a single Oracle Cloud OKE worker node by OCID: returns a work request to poll until it completes.
  • OCI Container Engine: Start Credential RotationBegin rotating an Oracle Cloud OKE cluster's credentials. Asynchronous: returns a work-request id; poll Get Work Request until it completes.
  • OCI Container Engine: Update Add-onChange the version of an add-on installed on an Oracle Cloud OKE cluster: returns a work request to poll until the update completes.
  • OCI Container Engine: Update ClusterRename an Oracle Cloud OKE cluster and/or upgrade its Kubernetes control-plane version. Asynchronous: returns a work-request id; poll Get Work Request until it completes.
  • OCI Container Engine: Update Cluster Endpoint ConfigUpdate the Kubernetes API endpoint network config of an Oracle Cloud OKE cluster: public-IP assignment, network security groups, and subnet. Asynchronous, returns a work-request id; poll Get Work Request until it completes.
  • OCI Container Engine: Update Node PoolChange a managed Oracle Cloud OKE node pool: rename it, upgrade its Kubernetes version, or scale the node count. Asynchronous, returns a work-request id; poll Get Work Request until it completes, then Get Node Pool.
  • OCI Container Engine: Update Virtual Node PoolUpdate an Oracle Cloud OKE virtual node pool by OCID: change its display name and/or virtual node count. Asynchronous; poll Get Work Request until it completes.
  • OCI Container Engine: Update Workload MappingUpdate an Oracle Cloud OKE workload mapping: re-point it at a different mapped compartment for the cluster.

Also in Oracle Cloud

Put Container Engine in a flow

These actions sit on the same canvas as every other integration, so a Container Engine step can follow a form, a schedule or a message without any glue code.