All Projects → JoergM → consul-examples

JoergM / consul-examples

Licence: Apache-2.0 license
Example usages of consul functionality.

Programming Languages

CSS
56736 projects
HTML
75241 projects
Puppet
460 projects
ruby
36898 projects - #4 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to consul-examples

Eureka Consul Adapter
This project contains a Spring Boot Starter that registers HTTP endpoints on a Spring Cloud Eureka server to support Prometheus's service discovery mechanism for Consul (<consul_sd_config>)
Stars: ✭ 93 (+5.68%)
Mutual labels:  consul, service-discovery
Condenserdotnet
API Condenser / Reverse Proxy using Kestrel and Consul, Including light weight consul lib
Stars: ✭ 147 (+67.05%)
Mutual labels:  consul, service-discovery
User.api
集成网关、身份认证、Token授权、微服务、.netcore等的基于CQRS的微服务开发框架示例
Stars: ✭ 109 (+23.86%)
Mutual labels:  consul, service-discovery
Spring Cloud Consul
Spring Cloud Consul
Stars: ✭ 703 (+698.86%)
Mutual labels:  consul, service-discovery
Uragano
Uragano, A simple, high performance RPC library. Support load balancing, circuit breaker, fallback, caching, intercepting.
Stars: ✭ 28 (-68.18%)
Mutual labels:  consul, service-discovery
Sample Vertx Microservices
Two applications in different branches illustrates how to create asynchronous microservices with Vert.x, Consul and MongoDB, and how to secure them with Vert.x OAuth2 module and Keycloak
Stars: ✭ 37 (-57.95%)
Mutual labels:  consul, service-discovery
Hippo
💨A well crafted go packages that help you build robust, reliable, maintainable microservices.
Stars: ✭ 134 (+52.27%)
Mutual labels:  consul, service-discovery
Aspnet Servicediscovery Patterns
Samples of simple service discovery patterns with ASP .NET Core
Stars: ✭ 265 (+201.14%)
Mutual labels:  consul, service-discovery
consul role
Ansible role to install Consul (cluster of) server/agent
Stars: ✭ 14 (-84.09%)
Mutual labels:  consul, consul-ui
sample-kotlin-ktor-microservices
sample microservices written in Kotlin that demonstrates usage of Ktor framework woth Consul server
Stars: ✭ 37 (-57.95%)
Mutual labels:  consul, service-discovery
Docker Alpine
Docker containers running Alpine Linux and s6 for process management. Solid, reliable containers.
Stars: ✭ 574 (+552.27%)
Mutual labels:  consul, service-discovery
rkt-compose
CLI to run Docker Compose file as pod on rkt with integrated service discovery using Consul - EOL
Stars: ✭ 24 (-72.73%)
Mutual labels:  consul, service-discovery
Registrator
Service registry bridge for Docker with pluggable adapters
Stars: ✭ 4,558 (+5079.55%)
Mutual labels:  consul, service-discovery
Containerpilot
A service for autodiscovery and configuration of applications running in containers
Stars: ✭ 1,078 (+1125%)
Mutual labels:  consul, service-discovery
Ansible Consul
📡 Ansible role for Hashicorp Consul clusters
Stars: ✭ 320 (+263.64%)
Mutual labels:  consul, service-discovery
Library
A microservice project using .NET Core 2.0, DDD, CQRS, Event Sourcing, Redis and RabbitMQ
Stars: ✭ 122 (+38.64%)
Mutual labels:  consul, service-discovery
superdiscoverer
A Supervisor backed service discoverer for automatic service-discovery.
Stars: ✭ 15 (-82.95%)
Mutual labels:  consul, service-discovery
Consul
Consul is a distributed, highly available, and data center aware solution to connect and configure applications across dynamic, distributed infrastructure.
Stars: ✭ 23,723 (+26857.95%)
Mutual labels:  consul, service-discovery
kongsul
Kong Api Gateway with Consul Service Discovery (MicroService)
Stars: ✭ 35 (-60.23%)
Mutual labels:  consul, service-discovery
blogr-pve
Puppet provisioning of HA failover/cluster environment implemented in Proxmox Virtual Environment and Linux boxes.
Stars: ✭ 28 (-68.18%)
Mutual labels:  consul, service-discovery

Consul examples

This repository contains example setups for certain functionality of consul.

Simple examples

These examples focus on specific functionality.

The examples are:

General usage

You will need a local installation of consul.

To use the examples you have to checkout this repository, change into the directory of the example and then follow the instructions the README file of the respective example.

Consul UI

All examples are setup in a way, that consul UI is started too. Therefore the folder ui contains the official consul ui files. It is configured in all simple examples.

Point your browser to http://localhost:8500/ui

Complex showcase

There is also a complex showcase which demonstrates the combined usage of Consul, Consul-Template and HAProxy to enable Service Discovery.

Presentation slides

The slides of the presentation in german can also be found in this repository:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].