diff --git a/website/source/docs/platform/k8s/index.html.md b/website/source/docs/platform/k8s/index.html.md index 31ef6c5f59..9b5a755be0 100644 --- a/website/source/docs/platform/k8s/index.html.md +++ b/website/source/docs/platform/k8s/index.html.md @@ -3,13 +3,13 @@ layout: "docs" page_title: "Kubernetes" sidebar_current: "docs-platform-k8s-index" description: |- - Consul has many integrations with Kubernetes. You can deploy Consul to Kubernetes using the Helm Chart, sync services between Consul and Kubernetes, automatically secure Pod communication with Connect, and more. This section documents the official integrations between Consul and Kubernetes. + Consul has many integrations with Kubernetes. You can deploy Consul to Kubernetes using the Helm chart, sync services between Consul and Kubernetes, automatically secure Pod communication with Connect, and more. This section documents the official integrations between Consul and Kubernetes. --- # Kubernetes Consul has many integrations with Kubernetes. You can deploy Consul -to Kubernetes using the Helm Chart, sync services between Consul and +to Kubernetes using the Helm chart, sync services between Consul and Kubernetes, automatically secure Pod communication with Connect, and more. This section documents the official integrations between Consul and Kubernetes. diff --git a/website/source/docs/platform/k8s/run.html.md b/website/source/docs/platform/k8s/run.html.md index eafb5776f1..15bf7e9143 100644 --- a/website/source/docs/platform/k8s/run.html.md +++ b/website/source/docs/platform/k8s/run.html.md @@ -20,17 +20,17 @@ down to the [architecture](/docs/platform/k8s/run.html#architecture) section. ## Helm Chart The recommended way to run Consul on Kubernetes is via the -[Helm Chart](/docs/platform/k8s/helm.html). This will install and configure +[Helm chart](/docs/platform/k8s/helm.html). This will install and configure all the necessary components to run Consul. The configuration enables you to run just a server cluster, just a client cluster, or both. Using the Helm -Chart, you can have a full Consul deployment up and running in seconds. +chart, you can have a full Consul deployment up and running in seconds. -While the Helm Chart exposes dozens of useful configurations and automatically +While the Helm chart exposes dozens of useful configurations and automatically sets up complex resources, it **does not automatically operate Consul.** You are still reponsible for learning how to monitor, backup, upgrade, etc. the Consul cluster. -The Helm Chart has no required configuration and will install a Consul +The Helm chart has no required configuration and will install a Consul cluster with sane defaults out of the box. Prior to going to production, it is highly recommended that you [learn about the configuration options](/docs/platform/k8s/helm.html#configuration-values-).