Category: DEVOPS


  • NODE-EXPORTER-INSTALLATION;

    #wget https://github.com/prometheus/node_exporter/releases/download/v1.5.0/node_exporter-1.5.0.linux-amd64.tar.gz #tar xvfz node_exporter-*.tar.gz #sudo mv node_exporter-1.5.0.linux-amd64/node_exporter /usr/local/bin #sudo useradd -rs /bin/false node_exporter #sudo vi /etc/systemd/system/node_exporter.service [Unit]Description=Node ExporterWants=network-online.targetAfter=network-online.target [Service]User=node_exporterGroup=node_exporterType=simpleRestart=on-failureRestartSec=5sExecStart=/usr/local/bin/node_exporter… READ MORE

  • GIT-INSTALLATION;

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

  • 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

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