+91 88606 33966            edu_sales@siriam.in                   Job Opening : On-site Functional Trainer/Instructor | Supply Chain Management (SCM)
#devOps

How to Install Minikube on Ubuntu 22.04

Minikube is a lightweight Kubernetes cluster that creates a single-node cluster in a virtual machine (VM) on your local machine. It quickly creates a local Kubernetes cluster on macOS, Linux, and Windows. Prerequisites 1. Before installing the minikube it is recommended to install all available updates on your system. sudo apt updatesudo apt upgrade -y […]

BASIC WORKFLOW OF GIT

Introduction Git is a version control system used for tracking changes in computer files. It is generally used for source code management in software development. 1. The most basic building block of version control is a “repository”. Think of a repository as a kind of database where your VCS stores all the versions and metadata […]

SOFTWARE DEVELOPMENT LIFE CYCLE

Introduction DevOps Lifecycle is a methodology which software development teams use to bring products to market more quickly and efficiently. It’s a way of managing the entire software lifecycle from development through release, focusing on collaboration between developers and IT operations professionals. Constant software creation, development, verification, release, and management are part of the DevOps […]

Scroll to top