k8s installation pages updates

This commit is contained in:
boruszak 2022-09-27 11:17:17 -05:00
parent 4cbf63bb5d
commit 30999a0c47
2 changed files with 4 additions and 0 deletions

View File

@ -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.

View File

@ -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.