> For the complete documentation index, see [llms.txt](https://docs.ionos.com/cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ionos.com/cloud/~/revisions/AMiYziCllTKB2y2lmONY/containers/managed-kubernetes.md).

# Managed Kubernetes

Managed Kubernetes provides a platform to automate the deployment, scaling, and management of containerized applications. With IONOS Cloud Managed Kubernetes, you can quickly set up Kubernetes clusters and manage Node Pools.

It offers a wide range of features for containerized applications without having to handle the underlying infrastructure details. It is a convenient solution for users who want to leverage the power of Kubernetes without dealing with the operational challenges of managing the cluster themselves.

{% hint style="danger" %}
**Note:** Starting August 14, 2024, Kubernetes version 1.27 will end its life. All clusters on version 1.27 will be automatically updated to 1.28 (the last available patch version).
{% endhint %}

{% hint style="danger" %}
**Note:** Starting July 17, 2024, you may encounter an error when running the `terraform plan`. This error will indicate a change in the `cpu_family` attribute from `AMD_OPTERON` to a “new CPU type”. For more information, see [<mark style="color:blue;">Changes to Opteron Node Pools</mark>](/cloud/~/revisions/AMiYziCllTKB2y2lmONY/containers/managed-kubernetes/changes-to-nodepools-opteron.md).
{% endhint %}

## Product Overview

[<mark style="color:blue;">**Managed Kubernetes**</mark>](/cloud/~/revisions/AMiYziCllTKB2y2lmONY/containers/managed-kubernetes/overview.md)

## DCD How-Tos

| [<mark style="color:blue;">**Set Up a Cluster**</mark>](/cloud/~/revisions/AMiYziCllTKB2y2lmONY/containers/managed-kubernetes/how-tos/cluster_management.md)                       | Learn how to set up a cluster.                  |
| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------- |
| [<mark style="color:blue;">**Create a Node Pool**</mark>](/cloud/~/revisions/AMiYziCllTKB2y2lmONY/containers/managed-kubernetes/how-tos/management-of-node-pools.md)               | Learn how to create a node pool using the DCD.  |
| [<mark style="color:blue;">**Security and User Management**</mark>](/cloud/~/revisions/AMiYziCllTKB2y2lmONY/containers/managed-kubernetes/how-tos/security-and-user-management.md) | Learn how to manage user groups for node pools. |

## Frequently Asked Questions (FAQs)

To get answers to the most commonly encountered questions about Managed Kubernetes, see [<mark style="color:blue;">**FAQs**</mark>](/cloud/~/revisions/AMiYziCllTKB2y2lmONY/containers/managed-kubernetes/kubernetes-faq.md).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.ionos.com/cloud/~/revisions/AMiYziCllTKB2y2lmONY/containers/managed-kubernetes.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
