v1

Cloud Providers /

Manage your Kubernetes cluster with Northflank

You can monitor and manage your cluster from the clusters page in your account settings. The total number of clusters and resources provisioned in your cloud provider accounts is displayed at the top of your clusters page.

Click here to view your clusters.
Viewing the details of a cluster in the Northflank application

warning

You should not edit or delete Northflank nodes or clusters via your cloud provider's interface. Doing so may leave orphaned resources which you could still be billed for by your cloud provider.

Deploy on your cluster

To begin using your chosen cloud provider on Northflank create a new project and select your cluster as the provider. Learn more in deploy workloads to your cluster.

Monitor your cluster

You can monitor your cluster from by opening the overview from the clusters page in account settings:

  • Details: see details of the cluster such as region, Kubernetes version, and subnets, as well as cluster configuration options including build infrastructure and resource request modifiers
  • Observe: contains metrics for the cluster, with breakdowns by node pool and node
  • Node pools: view and edit your node pool configurations
  • Components: see the status of the Northflank platform components
  • Cluster history: review the history of the cluster state, for example to check when an update took place and how long it took
  • Projects: a list of projects deployed on the cluster

Observe cluster usage

The observe page of a cluster shows an overview of all cluster resources with combined usage metrics for vCPU, memory, number of pods, and network usage.

You can see each node pool deployed to the cluster, with the node pool ID and node type.

Each node pool also lists the nodes deployed in it, and the used resources (vCPU, Memory) compared to the requested resources (rCPU, rMem) for each node.

Viewing the metrics and deployed nodes of a cluster in the Northflank application

Scale nodes and node pools

You can add, scale, and delete node pools on the node pools page in your cluster overview.

See deploy and scale node pools on a Kubernetes cluster with Northflank for more information on configuring nodes and node pools.

Cordon and drain node pools

You can cordon, drain, and uncordon node pools on your cluster's observe page by opening the menu on a node pool. You can use these to gracefully migrate workloads to another node pool, for example to upgrade node type or move availability zone, or if you are experiencing issues with a node pool you can prevent workloads from being scheduled to it until the problem is resolved.

Cordon

Cordoning a node pool will prevent new workloads from being scheduled to the nodes. Existing workloads will continue running until they are terminated, and will then be deployed to another node pool if they are rescheduled.

Uncordon

Uncordon removes the cordon from the node pool and allows workloads to be scheduled to the nodes.

Drain

Draining a node pool will send a signal to gracefully terminate all workloads on the node pool. Workloads will respect the user-configured grace period if one is set.

Migrating addons and volumes

If you are moving addons from one node pool to another, the new node pool must be in the same availability zone so that the workload can deploy where the disk is located. This also applies to services deployed with a persistent volume.

Upgrade Kubernetes

Kubernetes upgrades are managed by Northflank with no user intervention required, using our advanced upgrade system.

Upgrades to Kubernetes aim to minimise downtime, as workloads are redeployed according to your configuration for services and addons.

A Kubernetes upgrade follows the steps:

  1. The master control plane is upgraded
  2. Existing node pools are duplicated
  3. Workloads are redeployed onto the new node pools in accordance with your configured redeployment strategy
  4. Old node pools are terminated and the upgrade is complete

If you would like to discuss setting maintenance windows for your clusters, contact support@northflank.com.

Delete a cluster

You can delete a cluster from the cluster's overview by using the delete button. This will remove the entire cluster and associated resources from your cloud provider account. You must delete all projects hosted on the cluster first.

© 2024 Northflank Ltd. All rights reserved.