17 lines
623 B
Plaintext
Raw Normal View History

---
2020-04-07 14:55:19 -04:00
layout: docs
page_title: Running Consul on Minikube
sidebar_title: Minikube
2020-04-07 14:55:19 -04:00
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 16:27:35 -04:00
- Deploy services in the Consul Connect service mesh.