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 …

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 …

Steps to Create/Add User & Assign Role/Permission to User in Jenkins

Jenkins is a free & open source automation server. It is used for continuous integration/continuous delivery and deployment (CI/CD) automation software, written in the Java programming language. It is used to implement CI/CD workflows, called pipelines. Here, we are creating a user & assign a role or permission to created user in Jenkins. Using Manage …

Steps to Install & Configure Bamboo on Ubuntu 20.04 LTS

Bamboo is a free & open source continuous integration and continuous deployment serve. It is developed by Atlassian. It helps to provide an automated and reliable build and test process for application source-codes. We can easily Install and configure Bamboo. Prerequisites: Ubuntu system with Sudo Privileges. Java 8.0 4GM RAM. There are some steps to …

Steps to Install & Configure Salt/SaltStack Master & Minion on Ubuntu 20.04 LTS

Hello, In this Blog we are going to discuss How to Setup Salt master & Salt Minion on Ubuntu server. Salt is a free & open source python-based configuration management platform. Salt Master  is used to manage/control a number of Salt minions. We can easily install & configure commands on salt minion from salt master. …