Featured

The Latest


  • DOCKER-INSTALLATION

    #sudo apt update #sudo apt install apt-transport-https ca-certificates curl software-properties-common #curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add – #sudo add-apt-repository “deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release… READ MORE

  • KUBERNETES-INSTALLATION;

    MicroK8s is a lightweight Kubernetes distribution developed by Canonical, the company behind Ubuntu. It is designed for developers and users who… READ MORE

  • ANSIBLE-INSTALLATION;

    #sudo apt update #sudo apt install ansible #ansible –version READ MORE

  • TERRAFORM-INSTALLATION;

    #wget -O- https://apt.releases.hashicorp.com/gpg | sudo gpg –dearmor -o /usr/share/keyrings/hashicorp-archive-keyring.gpg #echo “deb [signed-by=/usr/share/keyrings/hashicorp-archive-keyring.gpg] https://apt.releases.hashicorp.com $(lsb_release -cs) main” | sudo tee /etc/apt/sources.list.d/hashicorp.list #sudo apt update &&… READ MORE

  • PROMETHEUS-INSTALLATION;

    #sudo wget https://github.com/prometheus/prometheus/releases/download/v2.33.1/prometheus-2.33.1.linux-amd64.tar.gz #tar xvfz prometheus-2.33.1.linux-amd64.tar.gz #sudo mv prometheus-2.33.1.linux-amd64 /opt/prometheus #sudo useradd -rs /bin/false prometheus #sudo chown -R prometheus:prometheus /opt/prometheus #cat… READ MORE

Recent posts

Quote of the week

in learning you will teach and in teaching you will learn

~ Phil Collins
Design a site like this with WordPress.com
Get started