Category: Devops

  • Ubuntu VM runs on Windows/Mac/Linux. Multipass can launch and run virtual machines and configure them with cloud-init like a public cloud. Prototype your cloud launches locally for free. It acts as a similar to Oracle Virtual Box or Docker engine 

    Multipass Installer for Mac/Linux
  • In general the version control is used to preserve the changes made in a software codes, documents and other formats. For example if a group people are accessing the documents like release notes or instructions, if someone edits, so that…

    Git version control (latest 2.28.0) how to
  • Terraform infrastructure provisioning Automating infrastructure as a code is ease by using terraform, we can use terraform to build servers as Infrastructure as a code, We can build easily using terraform in AWS, Azure, VMWare environments easily with simple codes.…

    Terraform infrastructure provisioning -Infra as Code Part 1
  • Docker is a container that runs on the Base Operating system like Linux OS, Virtualization uses the hardware resources whereas Container uses the Installed Operating system resources. In other words container platform Docker is a system program that performs the…

    Docker Container Platform – Part1