Steps to Install & Configure HashiCorp Nomad on Ubuntu
Nomad is a free & open source HashiCorp tool.It is a simple and flexible workload orchestrator which is used for deploy and manage containers and non-containerized applications across on-prem and clouds at scale. There are some steps to Setup HashiCorp Nomad on Ubuntu: Step 1: Update the System. apt update Step 2:Install HashiCorp Nomad on …
Read more “Steps to Install & Configure HashiCorp Nomad on Ubuntu”
Steps to Install & Configure Packer on Ubuntu 20.04 LTS
Packer is a free & HashiCorp’s open-source tool. It is used for creating identical machine images from a single configuration file. We can configure packer images with an operating system and application for the specific use-case. Using packer, we can easily build the images for multiple cloud hosting platform. There are some steps to Install …
Read more “Steps to Install & Configure Packer on Ubuntu 20.04 LTS”
Steps to Install & Configure Gogs on Ubuntu 20.04 LTS
In this post we are going to discuss about for Gogs Git service on Ubuntu. Gogs is an open source Git service written in Go language. Gogs web interface is very similar to GitHub and offers support for MySQL, PostgreSQL, and SQLite database. Using Gogs web interface ,we can create, manage the repositorys. There are …
Read more “Steps to Install & Configure Gogs on Ubuntu 20.04 LTS”
Step By Step Guide to Create Metrics & Set Alert Rule Using Monitor in Azure
Hello Readers, In the blog we are going to explain how to create monitor service & set on alert rule on created metrics in Microsoft azure. Azure monitoring services helps to maximize the availability and performance of applications and services. Using monitor service, we can collect, analyze the data & check the usage of web …
Read more “Step By Step Guide to Create Metrics & Set Alert Rule Using Monitor in Azure”
How to Create Cloud NAT on Google Cloud Platform
NAT enables private IP networks that use unregistered IP addresses to connect to the Internet. NAT operates on a router, usually connecting two networks together, and translates the private (not globally unique) addresses in the internal network into legal addresses, before packets are forwarded to another network. Login to google cloud platform portal. Click …
Read more “How to Create Cloud NAT on Google Cloud Platform”