20 lines
589 B
Markdown
20 lines
589 B
Markdown
---
|
|
title: Kubectl
|
|
id: kubectl
|
|
date: 2018-04-12
|
|
full_link: /ja/docs/reference/kubectl/
|
|
short_description: >
|
|
Kubernetesクラスターと通信するためのコマンドラインツールです。
|
|
|
|
aka:
|
|
- kubectl
|
|
tags:
|
|
- tool
|
|
- fundamental
|
|
---
|
|
Kubernetes APIを使用してKubernetesクラスターの{{< glossary_tooltip text="コントロールプレーン" term_id="control-plane" >}}と通信するためのコマンドラインツールです。
|
|
|
|
<!--more-->
|
|
|
|
Kubernetesオブジェクトの作成、検査、更新、削除には `kubectl` を使用することができます。
|