CONSUL: EPISODE 03 - Learn Consul Server installation in 10 minutes.

Опубликовано: 01 Ноябрь 2024
на канале: Avinashkumar - The Learning Destination
3,451
36

These are the commands has been used in this tutorial.

##Install yum-config-manager to manage your repositories.
sudo yum install -y yum-utils

Add the HashiCorp Linux Repository
sudo yum-config-manager --add-repo https://rpm.releases.hashicorp.com/RH...

Install Consul
sudo yum -y install consul

Install (Consul Enterprise)
sudo yum -y install consul-enterprise.x86_64

Verify the installation
Consul



consul agent -dev
Start the Consul agent in development mode
consul agent -dev

#discover Datanenter members

consul members

curl localhost:8500/v1/catalog/nodes

Stop the agent (Graceful shutdown)
consul leave

Please subscribe my Travel Vlogging channel too:    • Why Singapore's China Town is so famo...