Skip to content

Create Clusters

INFO

To learn about Clusters and the shared responsibility model, see Clusters.

Create a Cluster

  1. Go to ClustersCreate Cluster
  2. Configure the properties as desired:
Configuration PropertyDescriptionDefaultRequired/MandatoryCan be changed after creation
namehuman readable name for your cluster. must be unique within your organizationMandatoryNo
versiondefines the Kubernetes minor version to be used. the patch version is managed by the platform.1.33MandatoryYes
pod_cidrsets the network CIDR for the Pods within your Kubernetes cluster10.36.0.0/16MandatoryNo
service_cidrsets the network CIDR for the Services within your Kubernetes cluster10.36.0.0/16MandatoryNo
dns_service_ipsets the service ip for the Kubernetes DNS Service (coredns)10.96.0.10MandatoryNo
Addon: kube-proxywhether kube-proxy should be installed. unselect if you want to use a CNI that replaces kube-proxy (i.e. Cilium)yesMandatoryNo
Addon: core-dnswhether core-dns should be installed. unselect if you like to deploy & configure CoreDNS yourself.yesMandatoryNo
  1. Hit Create Cluster

Wait some minutes for your cluster to become ready.

Connect to the Cluster

Once your cluster is ready, grab the .kubeconfig (Admin) file from the Info page, which will grant you full access to the cluster.

shell
$ export KUBECONFIG=/path/to/my/cluster.kubeconfig
$ kubectl cluster-info
Kubernetes control plane is running at ...

$ kubectl get nodes
# no nodes created yet

Before starting to deploy workloads, Machine Pools and Machines must be created and assigned.

INFO

meltcloud Clusters do not come with any CNI preinstalled. To put your Nodes into ready state, a CNI must be configured and deployed first!