consul/website/pages/docs/platform/k8s/minikube.mdx

17 lines
643 B
Plaintext
Raw Normal View History

---
2020-04-07 18:55:19 +00:00
layout: docs
page_title: Running Consul on Minikube
sidebar_current: docs-platform-k8s-run-mini
description: Consul can run directly on Minikube for testing.
---
# Consul on Minikube
Consul can run directly on Minikube for testing. To get hands-on experience, you can use the [Consul on Minikube via Helm](https://learn.hashicorp.com/consul/kubernetes/minikube?utm_source=consul.io&utm_medium=docs&utm_content=k8s&utm_term=mk) guide.
The Learn guide includes how to:
- Install Consul on Minikube with the official Helm chart. After
- Access Consul with the Consul UI, CLI, and API
2020-04-06 20:27:35 +00:00
- Deploy services in the Consul Connect service mesh.