From 79fc29788a07a09747d73e7090ffeb09dc9a6be5 Mon Sep 17 00:00:00 2001 From: Ashwin Venkatesh Date: Fri, 9 Oct 2020 15:54:15 -0400 Subject: [PATCH] Initial docs commit --- website/pages/docs/k8s/crds.mdx | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 website/pages/docs/k8s/crds.mdx diff --git a/website/pages/docs/k8s/crds.mdx b/website/pages/docs/k8s/crds.mdx new file mode 100644 index 0000000000..36cd1c05e0 --- /dev/null +++ b/website/pages/docs/k8s/crds.mdx @@ -0,0 +1,12 @@ +--- +layout: docs +page_title: Consul Custom Resource Definitions +sidebar_title: Consul CRDs +description: >- + Consul now supports managing Config Entries via Kubernetes Custom Resources. + These custom resource can be used to manage the configuration for workloads + deployed within the cluster. +--- + +## Installation and Configuration +