Posts

Showing posts with the label Installation

DevOps: Setup GitLab v16.7.3 on Kubernetes v1.25.1

Image
In this blog, we will guide you through the process of setting up GitLab-v16.7.3 Community Edition on Kubernetes-v1.25.1, unlocking a powerful combination of version control and container orchestration. Whether you're a seasoned developer or just starting your journey in the world of DevOps, this step-by-step guide will help you seamlessly integrate GitLab CE with Kubernetes, harnessing the full potential of these cutting-edge technologies for enhanced development workflows. Let's dive into the details and elevate your software development experience. Get Started Requirements 1. Let's clone git repo git clone https://github.com/vinaykagithapu/gitlab-on-k8s.git cd gitlab-on-k8s/v16.7.3/nginx-ssl-helm-kind-v1.25.1 Copy Setup K8s Cluster 1. Let's create K8s v1.25.1 poc-gitlab using kind. kind create cluster --name poc-gitlab --image kindest/node:v1.25.1 --config kind/config.yaml kubectl get nodes Copy 2. Install metal-lb k...

Snyk - Ubuntu 20.04 (Linux)

Image
In this article, we are going to learn about Snyk, features, and hands-on demo on how to install, usage and uninstall on Ubuntu 20.04(Linux).   Disclaimer:   The articles provided on HackWithV is purely for informational and educational purpose only, and for those who are willing and curious to know & learn about Cyber Security, Ethical Hacking,  Software Development and  IT Operations. Anytime the word "Hacking" that is used on this site shall be regarded as Ethical Hacking. Table of Content What is Snyk ?   Jump to Features   Jump to Hands-On   Jump to Requirements   Jump to Download   Jump to Install   Jump to Usage   Jump to Uninstall    Jump to Cheat Sheet    Jump to    What is Snyk ?  Snyk is a developer se...

Docker - Ubuntu 20.04 (Linux)

Image
In this article, we are going to learn about Docker, features, and hands-on demo on how to install, usage and uninstall on Ubuntu 20.04(Linux).   Disclaimer:   The articles provided on HackWithV is purely for informational and educational purpose only, and for those who are willing and curious to know & learn about Cyber Security, Ethical Hacking,  Software Development and  IT Operations. Anytime the word "Hacking" that is used on this site shall be regarded as Ethical Hacking. Table of Content What is Docker ?   Jump to Features   Jump to Hands-On   Jump to Requirements   Jump to Download   Jump to Install   Jump to Usage   Jump to Uninstall    Jump to    What...

VirtualBox on Ubuntu 20.04 - Linux

Image
In this article, we are going to learn about VirtualBox, features, and hands-on demo on how to install, usage and uninstall on Ubuntu 20.04(Linux).   Disclaimer:   The articles provided on HackWithV is purely for informational and educational purpose only, and for those who are willing and curious to know & learn about Cyber Security, Ethical Hacking,  Software Development and  IT Operations. Anytime the word "Hacking" that is used on this site shall be regarded as Ethical Hacking. Table of Content What is VirtualBox ?   Jump to Features   Jump to Hands-On   Jump to Requirements   Jump to Download   Jump to Install   Jump to Usage   Jump to Uninstall    Jump to    What is VirtualBox ? VirtualBox is a software that virtualizes the x...

Android Virtual Machine(VM) on VirtualBox - Windows 10

Image
In this article, we are going to learn about Android, features, and hands-on demo on how to install, usage and uninstall on VirtualBox in windows operating system.   Disclaimer:   The articles provided on HackWithV is purely for informational and educational purpose only, and for those who are willing and curious to know & learn about Cyber Security, Ethical Hacking,  Software Development and  IT Operations. Anytime the word "Hacking" that is used on this site shall be regarded as Ethical Hacking. Table of Content What is Android ?   Jump to Features   Jump to Hands-On   Jump to Requirements   Jump to Download   Jump to Install   Jump to Usage   Jump to Uninstall    Jump to    What is Android ? Android is a mobile operating system devel...