Skip to content

Latest commit

 

History

History
97 lines (53 loc) · 5 KB

File metadata and controls

97 lines (53 loc) · 5 KB
title excerpt updated
Managing nodes and node pools
2023-03-27

Objective

OVHcloud Managed Kubernetes service provides you Kubernetes clusters without the hassle of installing or operating them. This guide will cover one of the first steps after ordering a cluster: managing nodes and node pools.

Requirements

  • An OVHcloud Managed Kubernetes cluster

Nodes and node pools

In your OVHcloud Managed Kubernetes cluster, nodes are grouped in node pools (group of nodes sharing the same configuration).

When you order a new cluster, it is created with a default node pool. Refer to our guide on creating a cluster for more information.

In this guide we explain how to do some basic operations with nodes and node pools using the Public Cloud section of the OVHcloud Control Panel.

Instructions

Access our administration UI for your OVHcloud Managed Kubernetes clusters by clicking on Managed Kubernetes Service{.action} in the left-hand menu in the Public Cloud section of the OVHcloud Control Panel. In the table, select a cluster by clicking on the cluster name.

Access to the administration UI{.thumbnail}

In this administration UI you have several tabs:

  • Service: Here you will have a global view of your cluster, with important information like the status, the API URL or the kubectl configuration file.

  • Node pools: You will find here the active node pools of your cluster. You will be able to add, resize or remove node pools.

  • APIServer access: You can add IPv4 ranges in order to restrict access to your cluster’s APIServer.

  • Audit Logs: Here, you will find the logs for your Kubernetes cluster’s control-plane.

Configuring a node pool

To access the nodes configuration, switch to the Node pools tab. Click on the ...{.action} button in the row of the node pool concerned, then select See nodes{.action}.

Edit node pool{.thumbnail}

Here you can change the billing method for a node or delete a node by clicking on the respective ...{.action} button of a node.

node pool{.thumbnail}

[!primary]

You can only switch from an hourly billing method to a monthly billing method, not vice versa.

Adding nodes to an existing node pool

In the Node pools tab, click on the ...{.action} button in the row of the node pool concerned, then select Configure node pool size{.action}.

node size{.thumbnail}

In the popup window, you can re-size your node pool by adding nodes. You can alternatively enable the autoscaling feature which allows you to set the minimum and maximum pool size instead.

autoscaling{.thumbnail}

Creating additional node pools

In the Node pools tab, click on the button Add a node pool{.action}.

Creating a node pool{.thumbnail}

Fill the fields to create a new node pool.

Warning

The name of node pool should be in lowercase. The “_” and “.” characters are not allowed. The node pool name cannot begin with a number.

The subsequent node pool configuration steps are described in Creating a cluster.

[!primary] To learn more about the flavors of the current OVHcloud range, refer to this page.

Deleting a node pool

In the Node pools tab, click on the ...{.action} button in the row of the node pool concerned, then select Delete pool{.action}.

Delete node pool{.thumbnail}

Confirm the decision by typing DELETE into the field, then click on the Delete{.action} button.

Delete node pool{.thumbnail}

Go further

To have an overview of OVHcloud Managed Kubernetes service, you can go to the OVHcloud Managed Kubernetes page.

To deploy your first application on your Kubernetes cluster, we invite you to follow our guide to configuring default settings for kubectl and deploying a Hello World application .

  • If you need training or technical assistance to implement our solutions, contact your sales representative or click on this link to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project.

  • Join our community of users.