Skip to content

Instantly share code, notes, and snippets.

@ashok898
ashok898 / vind.md
Created March 11, 2026 02:58 — forked from iam-veeramalla/vind.md
VIND

VIND Tutorial

Prerequisites

  • Docker
  • Kubectl
  • Login to ghcr.io (docker login ghcr.io) - create and github token as password/

Install VCluster CLI

@ashok898
ashok898 / jenkins-master&slave.md
Created January 3, 2026 13:18 — forked from NotHarshhaa/jenkins-master&slave.md
Install Jenkins in ubuntu & Setup master-slave configuration

To install Jenkins on Ubuntu and set up a master-slave configuration, you can follow these steps. Jenkins is a popular open-source automation server, and this guide will help you create a Jenkins master and connect one or more Jenkins slave nodes to distribute workloads.

Step 1: Install Jenkins on the Master Node

  1. Update the package list and install Java Runtime Environment (JRE):

    sudo apt update