All Projects → etcd-io → Etcdlabs

etcd-io / Etcdlabs

Licence: apache-2.0
etcd playground

Programming Languages

go
31211 projects - #10 most used programming language
typescript
32286 projects

Projects that are alternatives of or similar to Etcdlabs

Etcd Operator
etcd operator creates/configures/manages etcd clusters atop Kubernetes
Stars: ✭ 1,579 (+1004.2%)
Mutual labels:  etcd
Angular Application Insights
Angular & Azure Application Insights module - Find out performance and usage of your app by connecting Microsoft Azure Application insights with your Angular application by @TrilonIO
Stars: ✭ 125 (-12.59%)
Mutual labels:  angular5
Etcdmanager
A cross-platform GUI and ETCD client
Stars: ✭ 137 (-4.2%)
Mutual labels:  etcd
Kubernetes Kms
🔐Azure Key Vault KMS plugin for Kubernetes
Stars: ✭ 118 (-17.48%)
Mutual labels:  etcd
Angular5 Example Shopping App
Angular 5 Example Shopping App + Angular Material + Responsive
Stars: ✭ 120 (-16.08%)
Mutual labels:  angular5
Fusebox Angular Universal Starter
Angular Universal seed project featuring Server-Side Rendering, @fuse-box bundling, material, firebase, Jest, Nightmare, and more
Stars: ✭ 132 (-7.69%)
Mutual labels:  angular5
Tailetc
total-memory-cache etcd v3 client
Stars: ✭ 114 (-20.28%)
Mutual labels:  etcd
Learn Angular From Scratch Step By Step
Angular step by step tutorial covering from basic concepts of Angular Framework to building a complete Angular app using Angular Material components. We will go through the main building blocks of an Angular 7 application as well as the best practices for building a complete app with Angular.
Stars: ✭ 140 (-2.1%)
Mutual labels:  angular5
K8s
Deploying Kubernetes High Availability Cluster with Ansible Playbook
Stars: ✭ 125 (-12.59%)
Mutual labels:  etcd
Ng2 Search Filter
Angular 2 / Angular 4 / Angular 5 custom pipe npm module to make a search filter on any input, 🔥 100K+ downloads
Stars: ✭ 137 (-4.2%)
Mutual labels:  angular5
Ng Simple Slideshow
A simple, responsive slideshow for Angular 4+.
Stars: ✭ 119 (-16.78%)
Mutual labels:  angular5
Conf web
django + etcd + confd 配置管理平台
Stars: ✭ 120 (-16.08%)
Mutual labels:  etcd
Ngx Countdown
Simple, easy and performance countdown for angular
Stars: ✭ 133 (-6.99%)
Mutual labels:  angular5
Moha
MoHA(Mobike High Availability): A MySQL/Postgres high availability supervisor
Stars: ✭ 117 (-18.18%)
Mutual labels:  etcd
Grpc Lb
Example for grpc-lb with etcd
Stars: ✭ 140 (-2.1%)
Mutual labels:  etcd
Microservice App
A microservices architecture app powered by golang.
Stars: ✭ 114 (-20.28%)
Mutual labels:  etcd
Ionic3 Start Theme
Ionic 3 Start Theme with 10 Pages, mock data, providers samples, Storage, Http and more...
Stars: ✭ 129 (-9.79%)
Mutual labels:  angular5
Amazing Time Picker
Timepicker (Clock Picker) for Angular 2, Angular 4 and Angular 5, Angular 6, Angular 7 - Compatible with Angular Material
Stars: ✭ 142 (-0.7%)
Mutual labels:  angular5
Go Oauth2 Server
A standalone, specification-compliant, OAuth2 server written in Golang.
Stars: ✭ 1,843 (+1188.81%)
Mutual labels:  etcd
Okta Spring Boot 2 Angular 5 Example
A Cool Cars Example that showcases Spring Boot 2, Angular 5, and Okta's Support for both.
Stars: ✭ 135 (-5.59%)
Mutual labels:  angular5

etcdlabs

Go Report Card Build Status Godoc

etcdlabs

See etcd-play for old code.

Technology Used

Build and Push to gcr.io

./scripts/docker/build-push.sh

Run locally

docker build --tag gcr.io/etcd-development/etcdlabs:latest --file ./Dockerfile .

docker run \
  --rm \
  -it \
  -p 4200:4200 \
  gcr.io/etcd-development/etcdlabs:latest \
  /bin/sh -c "pushd /gopath/src/github.com/etcd-io/etcdlabs && ./scripts/run/etcdlabs.sh"

Or

./scripts/docker/etcdlabs.sh

To check that it's running:

curl -L http://localhost:4200/health
OK

And open http://localhost:4200

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].