EPISODE-02: HashiCorp Vault || Install Vault || Start Vault Server || Create First Secret

Опубликовано: 25 Апрель 2026
на канале: Avinashkumar - The Learning Destination
1,524
15

This video covers the following parts of Vault, don't miss to see previous session "Episode01"
#######################
Install Vault
Starting The Server
Create First Secret (by default Vault enables KV secret Engine)
Writing A secret
Getting a secret
Deleting a secret
########################

All the commands, which has been used in this tutorial.
#Installation:
curl -fsSL https://apt.releases.hashicorp.com/gpg | sudo apt-key add -
sudo apt-add-repository "deb [arch=amd64] https://apt.releases.hashicorp.com $(lsb_release -cs) main"
sudo apt-get update && sudo apt-get install vault

#Verify Vault Installation
vault
vault -version

#Start The Server
vault server -dev
export VAULT_ADDR='http://127.0.0.1:8200'

Verify The server
vault status

Note: Please do not run DEV server in Production!

Create secrets Key=value based

Writing A secret
vault kv put secret/hello myname=avinash

Getting a secret
vault kv get secret/hello

Deleting a secret
vault kv delete secret/hello

Feel free to subscribe my Travel Vlogging Channel also:    • You won't believe, this is Singapore || An...