mirror of https://github.com/status-im/consul.git
k8s installation pages updates
This commit is contained in:
parent
4cbf63bb5d
commit
30999a0c47
|
@ -11,6 +11,8 @@ description: >-
|
|||
|
||||
This topic describes how to install Consul on Kubernetes using the Consul K8s CLI tool. The Consul K8s CLI tool enables you to quickly install and interact with Consul on Kubernetes. Use the Consul K8s CLI tool to install Consul on Kubernetes if you are deploying a single cluster. We recommend using the [Helm chart installation method](/docs/k8s/installation/install) if you are installing Consul on Kubernetes for multi-cluster deployments that involve cross-partition or cross datacenter communication.
|
||||
|
||||
To use Consul Dataplane with Kubernetes, you must separately install the `consul-dataplane` binary. For more information, refer to [Simplified Service Mesh with Consul Dataplane](/consul/docs/k8s/dataplane).
|
||||
|
||||
## Introduction
|
||||
|
||||
If it is your first time installing Consul on Kubernetes, then you must first install the Consul K8s CLI tool. You can install Consul on Kubernetes using the Consul K8s tool after installing the CLI.
|
||||
|
|
|
@ -9,6 +9,8 @@ description: >-
|
|||
|
||||
This topic describes how to install Consul on Kubernetes using the official Consul Helm chart. For instruction on how to install Consul on Kubernetes using the Consul K8s CLI, refer to [Installing the Consul K8s CLI](/docs/k8s/installation/install-cli).
|
||||
|
||||
To use Consul Dataplane with Kubernetes, you must separately install the `consul-dataplane` binary. For more information, refer to [Simplified Service Mesh with Consul Dataplane](/consul/docs/k8s/dataplane).
|
||||
|
||||
## Introduction
|
||||
|
||||
We recommend using the Consul Helm chart to install Consul on Kubernetes for multi-cluster installations that involve cross-partition or cross datacenter communication. The Helm chart installs and configures all necessary components to run Consul. The configuration enables you to run a server cluster, a client cluster, or both.
|
||||
|
|
Loading…
Reference in New Issue