MACPRO181:~ shaik.mohammed$ ssh root@172.16.189.129 [root@localhost ~]# ip a 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever inet6 ::1/128 scope host valid_lft forever preferred_lft forever 2: ens33: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000 … Continue reading 3 node EKL set up
Month: November 2018
Elasticsearch
Elastic search basic concepts ? Cluster Node Shard Replicas Index Document Mappings Schemas Cluster A cluster is a collection of one or more nodes (servers) that together holds your entire data and provides federated indexing and search capabilities across all nodes. A cluster is identified by a unique name which by default is "elasticsearch". This … Continue reading Elasticsearch
Vault commands
[root@localhost ~]# vault kv get secret/hello Error making API request. URL: GET http://192.168.109.129:8200/v1/sys/internal/ui/mounts/secret/hello Code: 403. Errors: * permission denied [root@localhost ~]# vault login 6KXLe97vFsafCg0kwt5jYzrZ Success! You are now authenticated. The token information displayed below is already stored in the token helper. You do NOT need to run "vault login" again. Future Vault requests will automatically … Continue reading Vault commands
3 node Hashicorp consul cluster
Playground: https://demo.consul.io/ui/dc1/services [root@localhost ~]# ip a 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN qlen 1 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever inet6 ::1/128 scope host valid_lft forever preferred_lft forever 2: ens33: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP qlen 1000 link/ether 00:0c:29:7e:d8:13 brd ff:ff:ff:ff:ff:ff inet 192.168.109.171/24 [root@localhost … Continue reading 3 node Hashicorp consul cluster
