DevOps Classroomnotes 07/Jul/2022

Elastic Stack

Elastic Search

  • Basic Purpose: To store the logs in the centralized location
  • What is it good at? Searching text and resistent to node failures
  • Installing Elastic Search:
    • Lets create a free vm (ec2 instance) (Azure=> Standard_B1s/t2.micro)
  • Refer Here for the official documentation

Windows Package Manager = Chocolatey

  • Refer Here to install choco
  • We need
    • Git Bash choco install git -y
    • Visual Studio Code choco install vscode -y

Mac Package Manager => homebrew

  • Refer Here to install homebrew on mac
  • We need
    • git brew instal git
    • visual studo code brew install --cask visual-studio-code

Creating Linux Machines

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

About continuous learner

devops & cloud enthusiastic learner