# Kubernetes リリース カレンダー

<table data-header-hidden><thead><tr><th valign="top"></th><th valign="top"></th><th valign="top"></th><th valign="top"></th><th valign="top"></th></tr></thead><tbody><tr><td valign="top"> Kubernetes Version</td><td valign="top"> Upstream Release</td><td valign="top"> FKE Preview</td><td valign="top"> FKE GA</td><td valign="top"> FKE Standard Support End</td></tr><tr><td valign="top"> 1.21</td><td valign="top">2021年4月</td><td valign="top">2022年6月</td><td valign="top"> 2022年6月</td><td valign="top">2024年9月</td></tr><tr><td valign="top"> 1.22</td><td valign="top"> 2021年8月</td><td valign="top">2023年2月</td><td valign="top">2023年3月</td><td valign="top"> 2024年11月</td></tr><tr><td valign="top"> 1.23</td><td valign="top">2021年12月</td><td valign="top">2023年6月</td><td valign="top"> 2023年7月</td><td valign="top">2025年2月</td></tr><tr><td valign="top"> 1.24</td><td valign="top">2022年5月</td><td valign="top">2023年8月</td><td valign="top">2023年9月</td><td valign="top">2025年5月</td></tr><tr><td valign="top"> 1.25</td><td valign="top"> August 2022</td><td valign="top"> 2023年9月</td><td valign="top">2023年10月</td><td valign="top">2025年8月</td></tr><tr><td valign="top"> 1.26</td><td valign="top"> 2022年12月</td><td valign="top">2023年12月</td><td valign="top">2024年1月</td><td valign="top">2025年11月</td></tr><tr><td valign="top"> 1.27</td><td valign="top">2023年4月</td><td valign="top">2023年12月</td><td valign="top">2024年2月</td><td valign="top">2026年2月</td></tr><tr><td valign="top"> 1.28</td><td valign="top">2023年8月</td><td valign="top">2024年2月</td><td valign="top">2024年3月</td><td valign="top">2026年5月</td></tr><tr><td valign="top"> 1.29</td><td valign="top">2024年1月</td><td valign="top">2024年4月</td><td valign="top">2024年5月</td><td valign="top">2026年8月</td></tr><tr><td valign="top"> 1.30</td><td valign="top">2024年4月</td><td valign="top">2025年4月</td><td valign="top">2025年5月</td><td valign="top">2026年11月</td></tr><tr><td valign="top"> 1.31</td><td valign="top">2024年8月</td><td valign="top">2025年4月</td><td valign="top">2025年5月</td><td valign="top">2027年2月</td></tr><tr><td valign="top"> 1.32</td><td valign="top"> </td><td valign="top"> </td><td valign="top"> </td><td valign="top"> </td></tr></tbody></table>

## M-FKE使用に関する重要事項

* **ネームスペースの使用**: アプリケーションや環境を分離・管理しやすくするため、ネームスペースを作成してください。アプリケーションデプロイメントには、システムが事前に作成したネームスペースの使用を避けてください。 システムが作成したネームスペースを使用したアプリケーションのデプロイは避けてください。
* **ワーカーグループの使用**: k8sクラスター作成時、システムコンポーネント（コネクター、メトリクスサーバーなど）を格納するため、少なくとも1つのワーカーグループ（base）が必要です。高可用性が求められる本番環境では、baseグループに少なくとも3つのワーカーを構成し、アプリケーション用に別のワーカーグループを使用することを推奨します。
* **レディネスプローブとライブネスプローブの使用:** アプリケーションの可用性を確保します。

レディネスプローブは、ポッドがリクエストを受け入れる準備が整った場合にのみリクエストを転送します。ポッドの起動には通常時間がかかるため、レディネスプローブを設定することで、起動中（アプリケーションがまだ準備できていない状態）にサービスがポッドへリクエストを転送するのを防ぎます。

リバネスプローブは、アプリケーションを実行しているポッドがRunning状態にあることを確認します。リバネスプローブが失敗した場合、ポッドは再起動されます。

* **リソース要求と制限の設定:** コンテナが実行に必要な十分なリソースを確保し、許可されたリソース量を超過しないようにします。制限がない場合、ポッドは許可量を超えてリソースを消費し、ノードのクラッシュを引き起こす可能性があります。
* **オートスケーリングの利用:** Kubernetes HPAベースのFKEのオートスケーリング機能を活用することで、アプリケーションはトラフィック増加に迅速に対応できます。トラフィック使用量が低い場合、システムは自動的にPod/ノード数を最小化します。
* &#x20;**複数ポッドの使用（2つ以上）：**&#x9AD8;可用性を確保するため、サービスごとに2つ以上のポッドを使用することを推奨します。アンチアフィニティを使用して、レプリカポッドが異なるノードにデプロイされるようにします。
* &#x20;**パーシステントボリュームの使用：**&#x4D;-FKEはブロックストレージをサポートします。

ブロックストレージはシステムのデフォルト選択であり、RWOをサポートし、ストレージポリシーに基づいて優れたパフォーマンスを提供します。

* &#x20;**バックアップ**：PVC上のデータ（存在する場合）はユーザー自身でバックアップを実施する必要があります。VMへのバックアップ後、FCloud Backup & Recoveryソリューションを使用してVMをバックアップできます。
* &#x20;**監視とロギング：**&#x46;MONを使用してKubernetesクラスターに監視とロギングを統合します。システムのアラートを設定してください。


---

# Agent Instructions: 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:

```
GET https://ai-docs.fptcloud.com/ai-factory-guideline-jp/fpt-gpu-cloud/gpu-cluster/gpu-cluster-managed-k8s-with-gpu-virtual-machine/gaidochtoriaru/kubernetes-rirsu-karend.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
