Skip to content

Instantly share code, notes, and snippets.

View robertkraig-bambee's full-sized avatar

Robert Kraig robertkraig-bambee

  • Bambee
  • Corona
View GitHub Profile
############################################################################################################
################## #############################
################## #############################
This Gist collection contains all scripts for python
################## #############################
################## #############################
############################################################################################################
@robertkraig-bambee
robertkraig-bambee / consul-cheatsheet
Created March 30, 2022 20:21 — forked from sats17/consul-cheatsheet.md
Contains cheetsheet for consul
1) Start consul cluster -
# consul agent -server -bootstrap-expect=1 -data-dir=consul-data -ui -bind=127.0.0.1
2) put key-values
# consul kv put config/key value
3) get key-values -
# consul kv get config/key
4) get keys from consul with host and acl-token(Your own hosted consul) -
############################################################################################################
################## #############################
################## #############################
This Gist collection contains all localstack related examples
################## #############################
################## #############################
############################################################################################################