04 - Exploring the Compute menu (Kubernetes) Print

  • 0

When creating a Kubernetes's, specify:

  • Cluster name
  • SSH Key
  • Network
  • Floating IP -> For Kubernetes API
  • Select if you wish high availability (two master nodes)

Scroll down and selet:

  • Master node flavor
  • Container volume size
  • Workers' flavor
  • Number of worker's nodes.

 

Once created, click on the k8s and download the kubeconfig file:

 

$ export KUBECONFIG=~/Downloads/MyK8s-01_07_2025_11_40.kubeconfig

$ kubectl version
Client Version: v1.28.15
Kustomize Version: v5.0.4-0.20230601165947-6ce0bf390ce3
Server Version: v1.31.2
WARNING: version difference between client (1.28) and server (1.31) exceeds the supported minor version skew of +/-1

Was this answer helpful?

« Back