Skip to content

nathmclean/k8-consul

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

k8-consul

Kubernetes deployment descriptors to deploy a consul cluster (of three) servers.

Tested on Minikube v0.10.0, on MacOS 10.12, kubectl 1.3.

How to Use

kubectl create -f volumes.yaml

loging to the virtual box instance running minikube and open the file permissions on /data (I used 777, but less open permissions should work...)

kubectl create -f services/
kubectl create -f deployments/

View whats been created

eval $(minikube docker-env) #This will set your docker env so that you can interact with containers running in minikube
docker ps # see Whats running

Open the kubernetes dashboard in a browser.

minikube dashboard

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published