---
title: "Change node configuration in a Managed Kubernetes cluster"
sidebar_label: "Change node configuration"
sidebar_position: 3
description: "How to change node configuration in a group"
---

import Formbricks from '@theme/MDXComponents/Formbricks'

# Change node configuration in a Managed Kubernetes cluster

:::info

Changing node configuration is not available for Managed Kubernetes clusters on dedicated servers.

:::

You cannot change node configuration directly — you can create a new node group in the cluster with the required configuration.

You can create a node group with a new configuration in the Control Panel or via [kubectl](/managed-kubernetes/clusters/connect-to-cluster.mdx).

1. [Add a new node group](/managed-kubernetes/node-groups/create-node-group.mdx) with the required amount of resources to the cluster.
2. Migrate your data to the new nodes.
3. Optional: [delete the previous node group](/managed-kubernetes/node-groups/delete-node-group.mdx).

<Formbricks />
