Linux 9 Nov 2022 · 6 min read Disable Spesific Linux Command using Shellfirm This post is more like a note to myself, but this may help if you are looking at How Disable Spesific Linux Command using Shellfirm. Question: How to prevent a Read more
Openstack 2 Nov 2022 · 3 min read How to Add Cloud Image on Openstack Glance is an image service which provides discovering, registering, retrieving for disk and server images. The OpenStack Glance is a central repository for virtual images. Glance supports the following image Read more
Kubernetes 24 Oct 2022 · 3 min read How to Deploy kube-state-metrics Introduction kube-state-metrics is an open-source project to generate metrics about the state of the Kubernetes Cluster Objects. It is a service that listens to the Kubernetes API server. It does Read more
Kubernetes 19 Oct 2022 · 2 min read Install Kubernetes (K8s) Metrics Server The Kubernetes Metrics Server is a resource metrics monitoring tool for Kubernetes. The Kubernetes Metrics Server measures CPU and memory usage across the Kubernetes cluster. This metrics-server collects metrics and Read more
Linux 14 Oct 2022 · 2 min read Linux OS Hardening: CIS Benchmarks Hardening is a process in which one reduces the vulnerability of resources to prevent it from cyber attacks like Denial of service, unauthorized data access, etc. So, in OS hardening, Read more
Monitoring 8 Oct 2022 · 6 min read Getting Started with Prometheus and Grafana Install Prometheus Prometheus is a monitoring platform that collects metrics from monitored targets by scraping metrics HTTP endpoints on these targets. 1. Use the curl or wget command to download Read more
Kubernetes 30 Sep 2022 · 6 min read Production Ready Kubernetes Cluster with Kubespray This article is more like a note to myself, but this may help if you are looking at Deploy a Production Ready Kubernetes Cluster using Kubespray. Kubespray is an Ansible Read more
Openstack 10 Sep 2022 · 1 min read Openstack Migrate Instance Workaround This post is aimed at giving you about How to Migrate an OpenStack Instance across compute nodes. Case A. boot volume on ephemeral disk STOPPED/SHUTDOWN/PAUSED instances: migration Migration Read more
Monitoring 2 Aug 2022 · 2 min read Fancy self-hosted monitoring tool with Uptime Kuma Quick instruction on how to deploy Uptime-Kuma on your Server. Uptime-Kuma is an easy to deploy and easy to use monitoring tool, that has several “Monitoring Types” like HTTP(s) Read more
Kubernetes 29 Jul 2022 · 3 min read Setup Nginx Ingress Controller for Kubernetes This post is more like a note to myself, but this may help if you are looking at How to Setup Nginx Ingress Controller for Kubernetes. From the official Kubernetes Read more
Kubernetes 27 Jul 2022 · 4 min read Kubernetes Storage - Dynamic NFS Client Provisioner This article is more like a note to myself, but this may help if you are looking at How to setup Kubernetes Storage using Dynamic NFS Provisioning. Kubernetes NFS Subdir Read more
Containers 5 Mar 2022 · 2 min read Import & Export Docker Image This post is more like a note to myself, but this may help if you are looking at How to Import & Export Docker Image. Save / Export Docker Image 1. Read more