diff --git a/website/content/docs/k8s/index.mdx b/website/content/docs/k8s/index.mdx index 2df8d0d5a..0ca57b347 100644 --- a/website/content/docs/k8s/index.mdx +++ b/website/content/docs/k8s/index.mdx @@ -57,6 +57,12 @@ There are several ways to try Consul with Kubernetes in different environments. chart, deploying services in the service mesh, and using intentions to secure service communications. +- The [Migrate to Microservices with Consul Service Mesh on Kubernetes](https://learn.hashicorp.com/collections/consul/microservices?utm_source=WEBSITE&utm_medium=WEB_IO&utm_offer=ARTICLE_PAGE&utm_content=DOCS) + collection uses an example application written by a fictional company to illustrate why and how organizations can + migrate from monolith to microservices using Consul service mesh on Kubernetes. The case study in this collection + should provide information valuable for understanding how to develop services that leverage Consul during any stage + of your microservices journey. + - The [Consul and Minikube guide](https://learn.hashicorp.com/tutorials/consul/kubernetes-minikube?utm_source=consul.io&utm_medium=docs) is a quick step-by-step guide for deploying Consul with the official Helm chart on a local instance of Minikube. - Review production best practices and cloud-specific configurations for deploying Consul on managed Kubernetes runtimes. diff --git a/website/content/docs/k8s/installation/install.mdx b/website/content/docs/k8s/installation/install.mdx index 48b42c368..363bdb2a0 100644 --- a/website/content/docs/k8s/installation/install.mdx +++ b/website/content/docs/k8s/installation/install.mdx @@ -318,3 +318,11 @@ catalog syncing feature with Services rather than pods. -> **Note:** Due to a limitation of anti-affinity rules with DaemonSets, a client-mode agent runs alongside server-mode agents in Kubernetes. This duplication wastes some resources, but otherwise functions perfectly fine. + +## Next Steps + +If you are still considering a move to Kubernetes, or to Consul on Kubernetes specifically, our [Migrate to Microservices with Consul Service Mesh on Kubernetes](https://learn.hashicorp.com/collections/consul/microservices?utm_source=WEBSITE&utm_medium=WEB_IO&utm_offer=ARTICLE_PAGE&utm_content=DOCS) +collection uses an example application written by a fictional company to illustrate why and how organizations can +migrate from monolith to microservices using Consul service mesh on Kubernetes. The case study in this collection +should provide information valuable for understanding how to develop services that leverage Consul during any stage +of your microservices journey. diff --git a/website/content/docs/k8s/installation/multi-cluster/kubernetes.mdx b/website/content/docs/k8s/installation/multi-cluster/kubernetes.mdx index dde7c78f7..aca53e54b 100644 --- a/website/content/docs/k8s/installation/multi-cluster/kubernetes.mdx +++ b/website/content/docs/k8s/installation/multi-cluster/kubernetes.mdx @@ -392,3 +392,9 @@ With your Kubernetes clusters federated, try out using Consul service mesh to route between services deployed on each cluster by following our Learn tutorial: [Secure and Route Service Mesh Communication Across Kubernetes](https://learn.hashicorp.com/tutorials/consul/kubernetes-mesh-gateways#deploy-microservices). You can also read our in-depth documentation on [Consul Service Mesh In Kubernetes](/docs/k8s/connect). + +If you are still considering a move to Kubernetes, or to Consul on Kubernetes specifically, our [Migrate to Microservices with Consul Service Mesh on Kubernetes](https://learn.hashicorp.com/collections/consul/microservices?utm_source=WEBSITE&utm_medium=WEB_IO&utm_offer=ARTICLE_PAGE&utm_content=DOCS) +collection uses an example application written by a fictional company to illustrate why and how organizations can +migrate from monolith to microservices using Consul service mesh on Kubernetes. The case study in this collection +should provide information valuable for understanding how to develop services that leverage Consul during any stage +of your microservices journey.