Author: Share Knowledge


  • Configure Prometheus to Node-Exporter;

    #sudo vi /etc/prometheus/prometheus.yml job_name: “remote_collector” scrape_interval: 10s static_configs: targets: [“remote_addr:9100”] #sudo systemctl restart prometheus Select Status and then Targets READ MORE

  • 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

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