To begin with, you need a Scaleway Instance running a Linux-based operating system. We recommend using Ubuntu 22.04 LTS (Jammy Jellyfish) for its compatibility with K3s and Cilium. A single-node server installation is a fully functional Kubernetes cluster. It is not necessary to add servers or...
At this point, we have installed all the necessary Kubernetes tools. Kubernetes services such as API server and kube-scheduler are running as containers. Also, pods we deploy run as containers. Therefore, we need a platform to manage these containers. Although Docker is the most popular containe...
See Creating a Kubernetes Cluster. If you are using the Quick Create workflow for creating the cluster, then select the default VCN and subnet provided by the workflow. (Optional) Select a network security group (NSG) . You can add multiple NSGs. Click Create environment. The reference to ...
A Kubernetes cluster is required to perform some steps. You can use an existing cluster for this purpose by setting the location of the kubeconfig file. You can set this using the KUBECONFIG environment variable, or using the --kubeconfig option with ocne commands. You could also set this...
GKE has two modes of operation when creating a Kubernetes cluster, Autopilot and Standard mode. The cluster configuration for Autopilot mode has restrictions on editing the kube-system namespace. However, Rancher needs to create resources in the kube-system namespace during installatio...
Type n and go directly to the Creating a Kubernetes Kapsule cluster step of this tutorial, if you do not want to edit your configuration. If you have not yet configured the CLI, you will be guided through the configuration process via a series of questions: Enter a valid secret-key...
You can now choose to integrate your Kubernetes cluster into a private network using OVHcloud vRack. For more information about this option, please read our guide Using the vRack. Now you can configure the default node pool. A node pool is a group of nodes sharing the same configuration, ...
This API is used to create a node pool in a specified cluster. This API can be called only when the cluster is in the available, scaling-out, or scaling-in state.When cre
Building production infrastructure for your application Working with Terraform to script the creation of infrastructure Creating a Kubernetes cluster to host microservices Interacting with your Kubernetes clusterFinally, we arrive at the most exciting chapters of the book! The next two chapters are ...
Investigate whether this is the Google Cloud API error message being provided, and if we can somehow provide more information to the user. What does success look like, and how can we measure that? User is able to resolve possible issues that may arise when creating a Kubernetes cluster, via...