Apache CloudStack 4.14.1.0-SNAPSHOT Root Admin API Reference

createKubernetesCluster

Creates a Kubernetes cluster

Request parameters

Parameter NameDescriptionRequired
descriptiondescription for the Kubernetes clustertrue
kubernetesversionidKubernetes version with which cluster to be launchedtrue
namename for the Kubernetes clustertrue
serviceofferingidthe ID of the service offering for the virtual machines in the cluster.true
sizenumber of Kubernetes cluster worker nodestrue
zoneidavailability zone in which Kubernetes cluster to be launchedtrue
accountan optional account for the virtual machine. Must be used with domainId.false
dockerregistryemailemail of the docker image private registry userfalse
dockerregistrypasswordpassword for the docker image private registryfalse
dockerregistryurlURL for the docker image private registryfalse
dockerregistryusernameuser name for the docker image private registryfalse
domainidan optional domainId for the virtual machine. If the account parameter is used, domainId must also be used.false
externalloadbalanceripaddressexternal load balancer IP address while using shared network with Kubernetes HA clusterfalse
keypairname of the ssh key pair used to login to the virtual machinesfalse
masternodesnumber of Kubernetes cluster master nodes, default is 1false
networkidNetwork in which Kubernetes cluster is to be launchedfalse
noderootdisksizeroot disk size of root disk for each nodefalse
projectidDeploy cluster for the projectfalse

Response Tags

Response NameDescription
idthe id of the Kubernetes cluster
accountthe account associated with the Kubernetes cluster
associatednetworknamethe name of the network of the Kubernetes cluster
consoleendpointURL end point for the Kubernetes cluster dashboard UI
cpunumberthe cpu cores of the Kubernetes cluster
descriptionthe description of the Kubernetes cluster
domainthe name of the domain in which the Kubernetes cluster exists
domainidthe ID of the domain in which the Kubernetes cluster exists
endpointURL end point for the Kubernetes cluster
keypairkeypair details
kubernetesversionidthe ID of the Kubernetes version for the Kubernetes cluster
kubernetesversionnamethe name of the Kubernetes version for the Kubernetes cluster
masternodesthe master nodes count for the Kubernetes cluster
memorythe memory the Kubernetes cluster
namethe name of the Kubernetes cluster
networkidthe ID of the network of the Kubernetes cluster
projectthe project name of the Kubernetes cluster
projectidthe project id of the Kubernetes cluster
serviceofferingidthe ID of the service offering of the Kubernetes cluster
serviceofferingnamethe name of the service offering of the Kubernetes cluster
sizethe size (worker nodes count) of the Kubernetes cluster
statethe state of the Kubernetes cluster
templateidthe ID of the template of the Kubernetes cluster
virtualmachineidsthe list of virtualmachine IDs associated with this Kubernetes cluster
zoneidthe name of the zone of the Kubernetes cluster
zonenamethe name of the zone of the Kubernetes cluster