mirror of https://github.com/status-im/consul.git
Clean and clarify intro
This commit is contained in:
parent
741c906b0d
commit
fe123421c6
|
@ -5,15 +5,15 @@ description: >-
|
||||||
Consul K8s CLI is a tool for quickly installing and interacting with Consul on Kubernetes.
|
Consul K8s CLI is a tool for quickly installing and interacting with Consul on Kubernetes.
|
||||||
---
|
---
|
||||||
|
|
||||||
# Consul K8s CLI Reference
|
# Consul on Kubernetes CLI Reference
|
||||||
|
|
||||||
Consul K8s CLI is a tool for quickly installing and interacting with Consul on Kubernetes.
|
The Consul on Kubernetes CLI, `consul-k8s`, is a tool for managing Consul
|
||||||
The Consul K8s CLI allows you to manage the lifecycle of Consul without requiring the usage of `Helm`, [Consul CLI](/commands/index), and `kubectl`.
|
without requiring `Helm`, the [Consul CLI](/commands/index), or `kubectl`.
|
||||||
The Consul K8s CLI offers a Kubernetes native experience for managing Consul.
|
|
||||||
|
|
||||||
-> **Note**: For guidance on how to install the Consul K8s CLI, visit the [Installing the Consul K8s CLI](/docs/k8s/installation/install-cli) documentation.
|
-> **Note**: For guidance on how to install `consul-k8s`, visit the
|
||||||
|
[Installing the Consul K8s CLI](/docs/k8s/installation/install-cli) documentation.
|
||||||
|
|
||||||
This topic describes the subcommands and available options for using Consul K8s CLI.
|
This topic describes the subcommands and available options for using `consul-k8s`.
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
|
@ -27,11 +27,12 @@ $ consul-k8s <SUBCOMMAND> <OPTIONS>
|
||||||
|
|
||||||
You can use the following subcommands with `consul-k8s`.
|
You can use the following subcommands with `consul-k8s`.
|
||||||
|
|
||||||
- [install](#install)
|
- [`install`](#install)
|
||||||
- [uninstall](#uninstall)
|
- [`proxy`](#proxy)
|
||||||
- [status](#status)
|
- [`status`](#status)
|
||||||
- [upgrade](#upgrade) <sup>BETA</sup>
|
- [`uninstall`](#uninstall)
|
||||||
- [version](#version)
|
- [`upgrade`](#upgrade)
|
||||||
|
- [`version`](#version)
|
||||||
|
|
||||||
### `install`
|
### `install`
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue