Create Cluster
Creates an Ocean entity according to a given specification.
<p>Notes:<br></p>It is recommended to import all necessary information from the existing AKS cluster using the Ocean AKS Cluster Import API call and use its output to create a fully configured Ocean cluster.
<p>The Ocean Controller is used to monitor the cluster resources and report back to Ocean SaaS. <b>A properly functioning controller is mandatory for Ocean to operate.</b>Installing the controller can be easily done by Helm, Terraform or a script using the guide.</p>
Parameters
Request body
Changes
Changed in 2 of the 4 revisions of this API.4
- ○
added the new optional request property
allOf[subschema #1]/cluster/virtualNodeGroupTemplate/nodePoolProperties/encryptionAtHostnew-optional-request-property
- ○
added the optional property
allOf[subschema #2]/response/items/items/virtualNodeGroupTemplate/nodePoolProperties/encryptionAtHostto the response with the200statusresponse-optional-property-added
- ○
- ○
added the new optional request property
allOf[subschema #1]/cluster/virtualNodeGroupTemplate/nodePoolProperties/localDnsProfilenew-optional-request-property
- ○
added the optional property
allOf[subschema #2]/response/items/items/virtualNodeGroupTemplate/nodePoolProperties/localDnsProfileto the response with the200statusresponse-optional-property-added
- ○