/docs/k8s/installation + /installation/platforms

This commit is contained in:
boruszak 2022-09-14 17:44:13 -05:00
parent f64f89540b
commit 0996dab76b
3 changed files with 10 additions and 12 deletions

View File

@ -1,11 +1,11 @@
---
layout: docs
page_title: Installing the Consul K8s CLI
page_title: Install Consul on K8s CLI
description: >-
Consul K8s CLI is a tool for quickly installing and interacting with Consul on Kubernetes.
You can use the Consul K8s CLI tool to schedule Kubernetes deployments instead of using Helm. Learn how to download and install the tool to interact with Consul on Kubernetes using the `consul-k8s` command.
---
# Installing the Consul K8s CLI
# Install Consul on K8s CLI
Consul K8s CLI is a tool for quickly installing and interacting with Consul on Kubernetes. Ensure that you are installing the correct version of the CLI for your Consul on Kubernetes deployment, as the CLI and the control plane are version dependent.

View File

@ -1,14 +1,11 @@
---
layout: docs
page_title: Installing Consul on Kubernetes
page_title: Install Consul on Kubernetes with Helm
description: >-
Consul can run directly on Kubernetes, both in server or client mode. For
pure-Kubernetes workloads, this enables Consul to also exist purely within
Kubernetes. For heterogeneous workloads, Consul agents can join a server
running inside or outside of Kubernetes.
You can use Helm to configure Consul on Kubernetes deployments. Learn how to add the official Helm chart to your repository and the parameters that enable the service mesh, CNI plugins, Consul UI, and Consul HTTP API.
---
# Installing Consul on Kubernetes
# Install Consul on Kubernetes with Helm
Consul can run directly on Kubernetes, both in server or client mode.
For pure-Kubernetes workloads, this enables Consul to also exist purely

View File

@ -1,10 +1,11 @@
---
layout: docs
page_title: Self Hosted Kubernetes
description: Installing Consul on Self Hosted Kubernetes
page_title: Install Consul on Self-Hosted Kubernetes Clusters
description: >-
The process for installing Consul on Kubernetes is the same as installing it on cloud-hosted k8s platforms, but requires additional configuration. Learn how to pre-define Persistent Volume Claims (PVCs) and a default storage class for server agents.
---
# Self Hosted Kubernetes
# Install Consul on Self-Hosted Kubernetes Clusters
Except for creating persistent volumes and ensuring there is a storage class
configured (see below), installing Consul on your