Coder Social home page Coder Social logo

consul-cluster's Introduction

consul-cluster

To run consul cluster:

1) Move to consul-cluster directory.

git clone repository if it does not exist already

git clone https://github.com/mkam423/consul-cluster.git

cd consul-cluster

2) Change to the current most updated and clean working version of cluster.

git checkout consolidated_cluster

3) Create the consul cluster.

Use kubectl create -f consul.yaml to create entire cluster.

4) Check to see everything is up and running.

Check the claim and volume to ensure binding:

kubectl get pv and kubectl get pvc

The status should show up as bound for the claim and persistent volume. The binding for the claim should have the name of the volume that it's bound to within the description. This name should align with that which is in the yaml file.

Check the service and statefulset to ensure both both up:

Use kubectl get svc | grep consul and kubectl get statefulsets | grep consul to view the successful creations of the service and statefulset.

Check the creation of pods designated by the statefulset are running:

Use kubectl get pods | grep consul to see creation of the pods.

3 pods named consul-0, consul-1, and consul-2 should create and end up in a running state.

consul-cluster's People

Contributors

mkam423 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.