Lifestyle IT
@automationofinfrastructure
38
subscribers
87
links
Here is all about automation infrastructure in IT
Download Telegram
Join
Lifestyle IT
38 subscribers
Lifestyle IT
Channel name was changed to «
Devops like
»
Lifestyle IT
https://youtu.be/5jeBXuI1hwk
YouTube
How to Configure LDAP Authentication in GitLab tutorial
In this tutorial, we will demonstrate how to create a bind user in Active Directory, open the GitLab configuration file, and make the necessary changes to enable LDAP authentication. We will then save and reconfigure GitLab to reflect these changes before…
Lifestyle IT
Channel name was changed to «
Lifestyle IT
»
Lifestyle IT
https://youtu.be/R0b2twPa6Zs
YouTube
Creating Your First CI/CD Pipeline: Explanation of Stages and Jobs
Are you ready to streamline your development process and embrace automation? In this video, we'll walk you through setting up your very first CI/CD pipeline. Whether you're new to continuous integration and deployment or looking to sharpen your skills, this…
Lifestyle IT
https://youtu.be/tpFVLD7DtUI
YouTube
Mastering CI/CD Pipelines: Stages, Jobs, and Dependencies Explained
In this video, we'll break down key concepts for setting up effective CI/CD pipelines. You’ll learn how to understand and organize stages, set up jobs within stages, and use the "needs" keyword to define dependencies. We'll also cover how to manage cross…
Lifestyle IT
https://youtu.be/e4X0bMSPfyE?si=dZx4ihrzXI0mAPuq
YouTube
Advanced LDAP Filters in GitLab: Custom User Restrictions by Name, Group, and Job Title
Welcome to this advanced GitLab tutorial! In this video, we'll show you how to set up and customize LDAP filters to control user access to your GitLab instance. Whether you're managing a large team or just want to tighten security, these LDAP filters will…
Lifestyle IT
https://youtu.be/rEsmxnArRec?si=7jr-kHK51DaQlYOd
YouTube
Mastering GitLab CI/CD: Understanding only, except, and rules
In this comprehensive video, we dive deep into GitLab CI/CD's powerful features: only, except, and rules. Learn how to streamline your CI/CD pipelines by efficiently controlling job execution based on various conditions. We'll explore the nuances of the only…
Lifestyle IT
https://youtu.be/BPXHwc9haL8
YouTube
How to Install a Kubernetes HA Cluster with HAProxy Load Balancer | Step-by-Step Guide
In this tutorial, I’ll walk you through the entire process of setting up a highly available (HA) Kubernetes cluster using HAProxy as the load balancer. We’ll cover everything from configuring your system settings, installing necessary components like chrony…
❤
2
Lifestyle IT
https://youtu.be/JHpv_7YggJs
YouTube
How to Reset the Root Password in GitLab: Self-Hosted, Docker, and GUI Methods
In this video, we'll cover three methods for resetting the root password in GitLab. Whether you're using a self-hosted GitLab instance, running GitLab in Docker, or accessing it through the GUI, this guide has you covered. Watch the step-by-step process to…
Lifestyle IT
https://youtu.be/VV3x-ZH0ymo
YouTube
How to Resize LVM Logical Volumes And EXT4 Filesystem Safely
In this tutorial, I'll walk you through resizing LVM logical volumes safely using commands like umount, e2fsck, resize2fs, lvreduce, and lvextend. We'll cover reducing one volume and reallocating space to another within the same volume group, a handy trick…
Lifestyle IT
https://youtu.be/6q3MpdQBIvs
YouTube
GitLab CI/CD Predefined vs Custom Variables Explained
In this video, we break down predefined and custom variables, explaining how they work in GitLab pipelines. Whether you're a beginner or an advanced user, you'll learn how to use variables efficiently to automate your CI/CD workflows.
What are GitLab CI/CD…
Lifestyle IT
https://youtu.be/XnuYMZkW3hA
YouTube
GitLab Merge Request Workflow
In today's video, I will demonstrate and explain why we need to use merge requests, where a junior developer builds a new feature and gets it merged into the main branch with the help of a senior developer. We’ll walk through a real-world GitLab development…
Lifestyle IT
https://youtu.be/PEsR485Hsww
YouTube
NetBox 3.7 to 4.2 Upgrade Guide | PostgreSQL 12 to 14 Migration
In this step-by-step tutorial, we will upgrade NetBox from version 3.7 to 4.2, covering everything from Ubuntu 20.04 to 22.04 upgrade, PostgreSQL 12 to 14 migration, and essential configurations.
🔹
What You’ll Learn:
✅
Upgrade Ubuntu 20.04 to 22.04
✅
Migrate…