How to Create Instance Group & Auto Scaling in GCP
An instance group is a collection of virtual machine (VM) instances that you can manage as a single entity. Compute Engine offers two kinds of VM instance groups, managed and unmanaged: Managed instance groups (MIGs) let you operate apps on multiple identical VMs. You can make your workloads scalable and highly available by taking advantage …
Read more “How to Create Instance Group & Auto Scaling in GCP”
4 Steps to setup Iftop Network Bandwidth Monitoring Tool on ubuntu 20.04 LTS
Iftop is a free & open source Network Bandwidth Monitoring Tool.It displays a fast overview of the networking activities on an interface.Iftop stand for Interface Top.It is a command line tool used for monitoring the network traffic on a network interface and shows a table of current bandwidth usage. There are few steps to install …
Read more “4 Steps to setup Iftop Network Bandwidth Monitoring Tool on ubuntu 20.04 LTS”
How to Install & Configure Grafana Monitoring Tool on Ubuntu 20.04
Grafana is a free & open-source Monitoring tool. It provides some feature such as metrics dashboard and graph editor for Graphite, Elasticsearch, OpenTSDB, Prometheus, and InfluxDB.It is used for analysis and visualization web application.We can use charts, graphs, and alerts for web application logs. Install Grafana on ubuntu Update the system. apt-get update Install Required …
Read more “How to Install & Configure Grafana Monitoring Tool on Ubuntu 20.04”
How to Create Cloud Armor Security Policy On Google Cloud Platform
Google Cloud Armor security policies enable you to allow or deny access to your external HTTP(S) load balancer at the Google Cloud edge, as close as possible to the source of incoming traffic. This prevents unwelcome traffic from consuming resources or entering your Virtual Private Cloud (VPC) networks. Login to google cloud platform portal. …
Read more “How to Create Cloud Armor Security Policy On Google Cloud Platform”
How to Create Classic VPNs on Google Cloud Platform.
Classic VPN gateways have a single interface, a single external IP address, and support tunnels that use dynamic (BGP) or static routing (policy-based or route-based). They provide an SLA of 99.9% service availability. With Classic VPN, your on-premises hosts communicate through one or more IPsec VPN tunnels to Compute Engine virtual machine (VM) instances in …
Read more “How to Create Classic VPNs on Google Cloud Platform.”